File tree Expand file tree Collapse file tree
features/step_definitions
selective/step_definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@When I print configured output
2- run ' printf configured'
2+ run ' printf configured'
33
44@When I print loaded support values
5- run " printf '%s' \" $SUPPORT_VALUE \" "
5+ run " printf '%s' \" $SUPPORT_VALUE \" "
66
77@Then the output should include ' {text}'
8- [[ " $LAST_STDOUT " == * " $text " * ]]
8+ [[ " $LAST_STDOUT " == * " $text " * ]]
Original file line number Diff line number Diff line change 11@When I run ' {command}'
2- PATH=" $( pwd) :$PATH " run " $command "
2+ PATH=" $( pwd) :$PATH " run " $command "
33
44@Then the output should include ' {text}'
5- [[ " $LAST_STDOUT " == * " $text " * ]]
5+ [[ " $LAST_STDOUT " == * " $text " * ]]
66
77@Then the output should match
8- [[ " $LAST_STDOUT " == " $DOC_STRING " ]]
8+ [[ " $LAST_STDOUT " == " $DOC_STRING " ]]
Original file line number Diff line number Diff line change 11@Given I am in a temp directory
2- TEMP_DIR=$( mktemp -d)
3- cd " $TEMP_DIR "
2+ TEMP_DIR=$( mktemp -d)
3+ cd " $TEMP_DIR "
44
55@When I fail deliberately
6- false
6+ false
77
88@Given setup fails
9- false
9+ false
1010
1111@When I run ' {command}'
12- PATH=" $( pwd) :$PATH " run " $command "
12+ PATH=" $( pwd) :$PATH " run " $command "
1313
1414@Then the output should include ' {text}'
15- [[ " $LAST_STDOUT " == * " $text " * ]]
15+ [[ " $LAST_STDOUT " == * " $text " * ]]
1616
1717@Then the output should match
18- [[ " $LAST_STDOUT " == " $DOC_STRING " ]]
18+ [[ " $LAST_STDOUT " == " $DOC_STRING " ]]
1919
2020@Then the file ' {path}' should exist
21- [[ -f " $path " ]]
21+ [[ -f " $path " ]]
2222
2323@Then I announce ' {text}'
24- printf ' %s' " $text "
24+ printf ' %s' " $text "
You can’t perform that action at this time.
0 commit comments