1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Warning removed for ruby-head

This commit is contained in:
Rashmi Yadav 2013-11-07 22:04:17 +01:00
parent 1c47225609
commit 90377f9674

View file

@ -12,7 +12,7 @@ module ActiveRecord
:adapter => 'sqlite3', :adapter => 'sqlite3',
:timeout => 100 :timeout => 100
assert Dir.exists? dir.join('db') assert Dir.exist? dir.join('db')
assert File.exist? dir.join('db/foo.sqlite3') assert File.exist? dir.join('db/foo.sqlite3')
end end
end end