diff --git a/test/test_helper.rb b/test/test_helper.rb index 8bf1192..ae01ad5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,7 +1,10 @@ ENV["RAILS_ENV"] = "test" + require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' +ActiveRecord::Migration.maintain_test_schema! + class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. #