Skip to content

Commit

Permalink
Warning removed for ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
raysrashmi committed Nov 7, 2013
1 parent 1c47225 commit 90377f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ def test_sqlite_creates_directory
: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
Expand Down

0 comments on commit 90377f9

Please sign in to comment.