mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
9 lines
293 B
Ruby
9 lines
293 B
Ruby
ActiveRecord::Migration.verbose = false
|
|
ActiveRecord::Base.logger = Logger.new(nil)
|
|
|
|
ActiveRecord::Migrator.migrate(File.expand_path("../../rails_app/db/migrate/", __FILE__))
|
|
|
|
class ActiveSupport::TestCase
|
|
self.use_transactional_fixtures = true
|
|
self.use_instantiated_fixtures = false
|
|
end
|