diff options
| author | Michel Etienne | 2012-10-15 10:41:31 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2012-10-15 10:41:31 +0200 | 
| commit | 564eeb9519a3bb04d66d5eb6fcf0490b956404e5 (patch) | |
| tree | 37fe48074bd23999f613c018caeddc74f9d88e43 /spec/spec_helper.rb | |
| parent | af7100393e466c9ea24d2e0efd22645d8b09b920 (diff) | |
| download | chouette-core-564eeb9519a3bb04d66d5eb6fcf0490b956404e5.tar.bz2 | |
correct :confirm obsolecence
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7f465ca11..d18359ce0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,5 @@  # This file is copied to spec/ when you run 'rails generate rspec:install' -ENV["RAILS_ENV"] ||= 'test' +ENV["RAILS_ENV"] = 'test'  require File.expand_path("../../config/environment", __FILE__)  require 'rspec/rails'  require 'rspec/autorun' | 
