tweak the spec_helper.rb file (see issue #157)

This commit is contained in:
did 2011-08-25 22:15:23 +02:00
parent 201063aae0
commit aa5c5f0092
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ end
Spork.each_run do Spork.each_run do
# This code will be run each time you run your specs. # This code will be run each time you run your specs.
Locomotive.configure_for_test(true)
Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f } Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
# loading ruby file directly breaks the tests # loading ruby file directly breaks the tests