test/test_helper.rb in magic_grid-0.9.2 vs test/test_helper.rb in magic_grid-0.9.3
- old
+ new
@@ -3,10 +3,11 @@
require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"
#Run any available migration
-ActiveRecord::Migrator.migrate 'up'
+#ActiveRecord::Migrator.migrate 'up'
+load 'dummy/db/schema.rb'
# Set fixtures root
ActiveSupport::TestCase.fixture_path=(File.expand_path("../dummy/test/fixtures", __FILE__))
ActiveSupport::TestCase.fixtures :all