[rspec-users] App can't start on production server due to RSpec missing
Fernando Perez
lists at ruby-forum.com
Mon Apr 13 12:33:06 EDT 2009
>> A quick fix is to install rspec and rspec-rails gems on production
>> server, but I don't get why the app wants them installed.
>
> This is a tricky business.
>
> We put that in there in response to a user who works on a team. One
> team member had pulled code and tried t run specs and got an error he
> didn't understand, so this is intended to help that developer know he
> needs to install rspec.
>
> So now this creates a new problem for you, which is that this means
> you have to have rspec installed everywhere you want to run rake
> tasks.
I haven't followed the ML latety, but it seems that now I don't have to
install rspec and its friends on the production server anymore.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list