Re: [rspec-users] Rspec-rails without ActiveRecord framework failure

2009-05-01 Thread Matt McNeil
David Chelimsky-2 wrote: > > > Can you please file a bug report at http://rspec.lighthouseapp.com? I > need to fix something else and do another rspec-rails release over the > weekend (before RC) and I'll fix this one in the same release. Don't > know about a workaround this minute, but when i

Re: [rspec-users] Rspec-rails without ActiveRecord framework failure

2009-05-01 Thread David Chelimsky
On Fri, May 1, 2009 at 3:10 PM, Matt McNeil wrote: > > Hello, > > Our project is not using ActiveRecord and so I've removed database.yml and > added this line to the environment.rb file: >  config.frameworks -= [ :active_record ] > > Although I see in the rspec-rails source several places where th

[rspec-users] Rspec-rails without ActiveRecord framework failure

2009-05-01 Thread Matt McNeil
Hello, Our project is not using ActiveRecord and so I've removed database.yml and added this line to the environment.rb file: config.frameworks -= [ :active_record ] Although I see in the rspec-rails source several places where the existence of ActiveRecord::Base is checked, I am still getting