[rspec-users] drbspec - "no server running"
Scott Taylor
mailing_lists at railsnewbie.com
Sun Feb 25 22:33:08 EST 2007
I've created a little 30 second screen cast to show the problem:
http://railsnewbie.com/files/screencasts/rspec_on_rails-
no_server_running.mov
All I did before this, as I've said in the previous email, was
generate a controller with:
./script/generate rspec_controller -c CollectiveDictionary index show
Best,
Scott
On Feb 25, 2007, at 9:22 PM, Scott Taylor wrote:
>
> At times I've gotten the message "No Server Running" from drbspec
> with my rails app. The thing is, the drb server certainly is running!
>
> This happened a few times with my model specs. I'm not sure exactly
> what the problem was there - I believe I was loading up fixtures that
> didn't exist. I was calling fixtures :singular_table_name as opposed
> to fixtures :plural_table_name
>
> This time it happened with my controller. I generated the controller
> with the ./script/generate rspec_controller ControllerName command...
>
> It doesn't appear that the specs are setup to fail to begin with, but
> if this were the default behavior, one certainly shouldn't see a "No
> Server Running"
>
> I could create a short screen cast if someone would like me to, or
> elaborate...
>
> Best,
>
> Scott Taylor
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list