Re: [Radiant] error when running tests on edge

2009-01-28 Thread Joe Van Dyk
Doh, that makes sense, I guess. I wonder if something like this is possible in config/environment.rb: if RAILS_ENV == 'test' config.gem 'rspec-rails', ' 1.0' config.gem 'rspec' config.gem 'blah' end config.gem whatever else' Joe On Tue, Jan 27, 2009 at 6:20 PM, Sean Cribbs

Re: [Radiant] error when running tests on edge

2009-01-27 Thread Sean Cribbs
You need rspec-rails as well. Sean Joe Van Dyk wrote: I've got rspec 1.12 installed as a gem. I did the submodule init and submodule update dance. When I run rake... Running Integration Spec Task /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no