Hello, I''ve been using rspec for a while now and just noticed spec_server. I would like to use it, but for some reason, it''s not able to start. I have the latest versions of rspec and rspec_on_rails. I''m using WinXp. The specific error I get is the following: script/spec_server:9: undefined method ''+'' for nil:NilClass (NoMethodError) Any ideas? Thank you Olivier Dupuis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080425/b48c39eb/attachment-0001.html>
On Apr 25, 2008, at 3:16 PM, Olivier Dupuis wrote:> Hello, > > I''ve been using rspec for a while now and just noticed spec_server. > I would like to use it, but for some reason, it''s not able to start. > > I have the latest versions of rspec and rspec_on_rails. I''m using > WinXp. > > The specific error I get is the following: > > script/spec_server:9: undefined method ''+'' for nil:NilClass > (NoMethodError)Have you tried running script/generate rspec ? What version of rspec/rspec_on_rails are you using? Scott
Hi Scott, I''m having no trouble running script/generate rspec. I''m using the CURRENT version of rspec and rspec_on_rails. I just reinstalled them last week. Any idea what could be causing this? Thank you Olivier Dupuis On Sat, Apr 26, 2008 at 12:15 AM, Scott Taylor < mailing_lists at railsnewbie.com> wrote:> > On Apr 25, 2008, at 3:16 PM, Olivier Dupuis wrote: > > Hello, > > > > I''ve been using rspec for a while now and just noticed spec_server. I > > would like to use it, but for some reason, it''s not able to start. > > > > I have the latest versions of rspec and rspec_on_rails. I''m using > > WinXp. > > > > The specific error I get is the following: > > > > script/spec_server:9: undefined method ''+'' for nil:NilClass > > (NoMethodError) > > > > Have you tried running script/generate rspec ? > > What version of rspec/rspec_on_rails are you using? > > Scott > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080428/8a59fbac/attachment.html>
On Apr 28, 2008, at 11:42 AM, Olivier Dupuis wrote:> Hi Scott, > > I''m having no trouble running script/generate rspec. I''m using the > CURRENT version of rspec and rspec_on_rails. I just reinstalled > them last week. > > Any idea what could be causing this? >No idea. What is line 9 of script/spec_server ? Scott> Thank you > > Olivier Dupuis > > On Sat, Apr 26, 2008 at 12:15 AM, Scott Taylor <mailing_lists at railsnewbie.com > > wrote: > > On Apr 25, 2008, at 3:16 PM, Olivier Dupuis wrote: > > Hello, > > I''ve been using rspec for a while now and just noticed spec_server. > I would like to use it, but for some reason, it''s not able to start. > > I have the latest versions of rspec and rspec_on_rails. I''m using > WinXp. > > The specific error I get is the following: > > script/spec_server:9: undefined method ''+'' for nil:NilClass > (NoMethodError) > > Have you tried running script/generate rspec ? > > What version of rspec/rspec_on_rails are you using? > > Scott > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080428/cca1e9ba/attachment.html>