Re: [rspec-users] Rails 3.2.1 breaks stub ?

2012-01-30 Thread Larry
Hi David, You were right, and your fix worked like a charm! Thanks for taking the time to reply. And thanks again for what you've done and meant to the Rails community. -- Larry On Jan 29, 10:02 am, David Chelimsky wrote: > On Jan 29, 2012, at 7:53 AM, Larry wrote: > > > Hi

Re: [rspec-users] Rails 3.2.1 breaks stub ?

2012-01-29 Thread Larry
controller that bombs out (about 7 lines down in the trace) is: if @act.update_attributes params[:act] flash.now.notice = "Act was updated. (Refresh the list to see changes in the table.)" end Thanks, Larry ArgumentError: wrong number of arguments (0 for 2) /home/larry

[rspec-users] Rails 3.2.1 breaks stub ?

2012-01-28 Thread Larry
or) Error: ArgumentError: wrong number of arguments (0 for 2) Has anyone else seen this? Is there a fix? Am I barking up the wrong tree? Thanks, Larry ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] running rspec on 1.2.3 ??

2008-05-21 Thread Larry Kluger
, Larry - Original Message From: David Chelimsky <[EMAIL PROTECTED]> To: rspec-users Sent: Wednesday, May 21, 2008 9:38:02 AM Subject: Re: [rspec-users] running rspec on 1.2.3 ?? On May 20, 2008, at 11:26 PM, Larry Kluger wrote: Hi, Anyone know how to run rspec on 1.2.3? It fails

[rspec-users] running rspec on 1.2.3 ??

2008-05-20 Thread Larry Kluger
Hi, Anyone know how to run rspec on 1.2.3? It fails out of the box I newly downloaded rspec, rspec_on_rails and ran the command ruby script/generate rspec ==>>> Does this script work right? from the instructions http://rspec.info/documentation/rails/install.html I then created the

Re: [rspec-users] rspec fails at first run -- no such file to load -- spec/rails

2008-05-19 Thread Larry Kluger
Re: What version of rails are you using? Rails 1.2.3 (I'm using an intermediate version of Hobo which is not ready for 2.0) Regards, Larry ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] rspec fails at first run -- no such file to load -- spec/rails

2008-05-19 Thread Larry Kluger
quire': no such file to load -- spec/rails (MissingSourceFile) The file /spec/spec_helper.rb contains the line require 'spec/rails' Using the response to a similar q/a I found on the net, I also tried ruby script/spec spec Same result. Pointers would be most appreciated. Thanks