This thread has been dead for awhile, but I'm having the same issue.  I 
don't have a bash variable set.  I'm also having this issue with 
Cucumber.  It always runs in development mode.

If I put "p Rails.env" in spec_helper.rb:8 (after spec_helper already 
declares ENV["RAILS_ENV"] ||= "test") and run "rake spec" it outputs 
"development" every time.  If I run "spec spec/*/**" it outputs "test" 
like it should.

My setup:

Rails 2.3.9
Rake 0.8.7
Bundler 1.0.10
Rspec-rails 1.3.3
Rspec 1.3.1

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to