diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b22af9acf2..71485d3a4e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -RAILS_ENV ||= "test" +RAILS_ENV = "test" unless defined? RAILS_ENV # prevent case where we are using rubygems and test-unit 2.x is installed begin