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 c2874ec commit ee068d0Copy full SHA for ee068d0
test/irb/test_cmd.rb
@@ -629,6 +629,7 @@ def test_whereami_alias
629
IRB.init_config(nil)
630
IRB.conf[:COMMAND_ALIASES] = { :'@' => :whereami }
631
workspace = IRB::WorkSpace.new(Object.new)
632
+ IRB.conf[:VERBOSE] = false
633
irb = IRB::Irb.new(workspace, input)
634
IRB.conf[:MAIN_CONTEXT] = irb.context
635
out, err = capture_output do
@@ -652,6 +653,7 @@ def test_vars_with_aliases
652
653
main.instance_variable_set(:@foo, "foo")
654
$bar = "bar"
655
workspace = IRB::WorkSpace.new(main)
656
657
658
659
0 commit comments