File tree 1 file changed +3
-3
lines changed
features/03_testing_frameworks/cucumber/steps/command
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Feature: Wait for output of commands
12
12
"""cucumber
13
13
Feature: Run command
14
14
Scenario: Run command
15
- When I run `irb --prompt default ` interactively
15
+ When I run `irb --prompt classic ` interactively
16
16
And I wait for output to contain "irb"
17
17
And I type "puts 6 + 5"
18
18
And I type "exit"
@@ -32,7 +32,7 @@ Feature: Wait for output of commands
32
32
"""cucumber
33
33
Feature: Run command
34
34
Scenario: Run command
35
- When I run `irb --prompt default ` interactively
35
+ When I run `irb --prompt classic ` interactively
36
36
And I wait for output to contain:
37
37
\"\"\"
38
38
irb(main):001:0>
@@ -49,7 +49,7 @@ Feature: Wait for output of commands
49
49
"""cucumber
50
50
Feature: Run command
51
51
Scenario: Run command
52
- When I run `irb --prompt default ` interactively
52
+ When I run `irb --prompt classic ` interactively
53
53
And I wait for output to contain:
54
54
\"\"\"
55
55
irb(main):001:0>
You can’t perform that action at this time.
0 commit comments