We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51ce412 + fc375d6 commit d75e552Copy full SHA for d75e552
railties/test/application/dbconsole_test.rb
@@ -35,7 +35,7 @@ def test_use_value_defined_in_environment_file_in_database_yml
35
36
primary, replica = PTY.open
37
spawn_dbconsole(replica)
38
- assert_output("sqlite>", primary)
+ assert_output("sqlite>", primary, 100)
39
ensure
40
primary.puts ".exit"
41
end
@@ -58,7 +58,7 @@ def test_respect_environment_option
58
59
60
spawn_dbconsole(replica, "-e production")
61
62
63
primary.puts "pragma database_list;"
64
assert_output("production.sqlite3", primary)
0 commit comments