Ruby Forum RSpec > Running spec_server

Posted by Olivier Dupuis (Guest)
on 25.04.2008 21:17
(Received via mailing list)
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
Posted by Scott Taylor (Guest)
on 26.04.2008 06:51
(Received via mailing list)
On Apr 25, 2008, at 3:16 PM, Olivier Dupuis wrote:

> 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
Posted by Olivier Dupuis (Guest)
on 28.04.2008 17:43
(Received via mailing list)
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 <
Posted by Scott Taylor (Guest)
on 29.04.2008 02:37
(Received via mailing list)
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