We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c8a54 commit a89420dCopy full SHA for a89420d
1 file changed
test/console/whereami_test.rb
@@ -45,6 +45,12 @@ def test_whereami_displays_current_frames_code
45
assert_no_line_text(/b = 1/)
46
assert_line_text(/=> 1\| a = 1/)
47
48
+ type "@"
49
+
50
+ # with @, we should see same output as whereami (above)
51
+ assert_no_line_text(/b = 1/)
52
+ assert_line_text(/=> 1\| a = 1/)
53
54
type "list"
55
56
# list command should work as normal after whereami is executed
0 commit comments