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.
1 parent f0572dc commit 72fccfbCopy full SHA for 72fccfb
railties/test/application/console_test.rb
@@ -111,14 +111,14 @@ def test_sandbox_by_default_with_development_environment
111
end
112
113
def test_prompt_is_properly_set
114
- options = "-e test"
+ options = "-e test -- --verbose"
115
spawn_console(options)
116
117
write_prompt "a = 1", "a = 1", prompt: "app-template(test)>"
118
119
120
def test_prompt_allows_changing_irb_name
121
122
123
124
write_prompt "conf.irb_name = 'foo'"
0 commit comments