brynary/rack-bug

rake spec:plugins fail on a new rails application

unders opened this issue · 4 comments

(in .../vendor/plugins/rack-bug)
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- rack/test (LoadError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:inrequire'
from /Users/unders/homerails/qwert/vendor/plugins/rack-bug/spec/spec_helper.rb:4

you'll need to install the rack-test gem, I believe. that is pretty common for rack stack.

Thanks for the information; It would be nice it that dependency was added to the readme file.

I seemed to need webrat and sinatra in order to get things going. 'check_dependencies' seemed to be required, but not defined. Not sure what that's about.

Fixed as of 0.3.0