mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
silence migration in specs
This commit is contained in:
parent
b9f11a1f7b
commit
aecaa7baca
@ -37,6 +37,7 @@ if RAILS_VER >= '2.1'
|
||||
ActiveRecord::Base.time_zone_aware_attributes = true
|
||||
end
|
||||
|
||||
ActiveRecord::Migration.verbose = false
|
||||
ActiveRecord::Base.establish_connection({:adapter => 'sqlite3', :database => ':memory:'})
|
||||
|
||||
require 'resources/schema'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user