> > It is set in stories/helper.rb, but not working. ./script/generate > rspec creates a file with: > ENV['RAILS_ENV']="test" > > which is deprecated It should be: > RAILS_ENV="test" > > Changed that and it all worked fine. > > Ed
which then promptly broke migrations and other Rakeish things. I don't have a solution that works for both yet, so I an commenting and un commenting this as needed. Ed -- Ed Howland http://greenprogrammer.blogspot.com _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users