Merge pull request #9041 from tsigo/rs-maintain-test-schema

Add ActiveRecord::Migration.maintain_test_schema! to spec_helper
This commit is contained in:
Dmitriy Zaporozhets
2015-03-29 03:42:58 -07:00
+2
View File
@@ -44,3 +44,5 @@ RSpec.configure do |config|
TestEnv.init
end
end
ActiveRecord::Migration.maintain_test_schema!