fixed RAILS_ENV undefined on CI

pull/6827/head
Jens Ulferts 14 years ago
parent 4beb926b60
commit ad7b1f65a1
  1. 2
      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

Loading…
Cancel
Save