Re: [rspec-users] Failed to pass arguments to controller method

2007-08-07 Thread David Chelimsky
On 8/7/07, Shaker <[EMAIL PROTECTED]> wrote: > > Good morning to everyone: > So weird!! > I got a method called apply_settings(arg1, arg2) in the controller to be > tested. In the controller spec, I of course called the method. > In the controller: > def apply_settings(arg1, arg2) #wher

[rspec-users] Failed to pass arguments to controller method

2007-08-07 Thread Shaker
Good morning to everyone: So weird!! I got a method called apply_settings(arg1, arg2) in the controller to be tested. In the controller spec, I of course called the method. In the controller: def apply_settings(arg1, arg2) #where arg1 is a hash, and arg2 is an array of object #d