[rspec-users] Webrat integration with Rspec and Rake tasks
Ed Howland
ed.howland at gmail.com
Thu Feb 28 15:24:41 EST 2008
>
> 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
More information about the rspec-users
mailing list