It was initially added to allow reuse of aruba cucumber steps, using `must' instead of `should'. This is creating more harm than good, hence we remove it and implements all missing steps, using aruba API.
4 lines
111 B
Ruby
4 lines
111 B
Ruby
Then /^the output must contain my current login name$/ do
|
|
assert_partial_output Etc.getlogin, all_output
|
|
end
|