Fix cucumber steps description (s/should/must/)
This commit is contained in:
parent
773db4c8eb
commit
747573c52e
@ -3,4 +3,4 @@ Feature: program termination
|
|||||||
Scenario: terminates when requested to quit
|
Scenario: terminates when requested to quit
|
||||||
Given uhwm is running
|
Given uhwm is running
|
||||||
When I tell uhwm to quit
|
When I tell uhwm to quit
|
||||||
Then uhwm should terminate successfully
|
Then uhwm must terminate successfully
|
||||||
|
@ -27,6 +27,6 @@ Then /^the exit status must be (\d+)$/ do |exit_status|
|
|||||||
assert_exit_status exit_status.to_i
|
assert_exit_status exit_status.to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
Then /^uhwm should terminate successfully$/ do
|
Then /^uhwm must terminate successfully$/ do
|
||||||
assert_exit_status 0
|
assert_exit_status 0
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user