luke-hill on main
Remove `mime-types`, `rexml`, a… (compare)
luke-hill on remove-gh-templates
luke-hill on main
Remove PR/issue templates (#555… (compare)
luke-hill on remove-gh-templates
chore(deps): update actions/che… Merge branch 'main' into remove… (compare)
mpkorstanje on main
chore(deps): update actions/che… (compare)
mpkorstanje on actions-checkout-3.x
Then the output should contain:
"""
word
"""
@enkessler
expected nil to include "days", but it does not respond to include?
(RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/lines_steps.rb:3:in block (2 levels) in <top (required)>'
./features/step_definitions/lines_steps.rb:2:in
each'
./features/step_definitions/lines_steps.rb:2:in `/^the output should include:$/'
on
Then(/^the output should include:$/) do |expected_words|
expected_words.split("\n").each do |word|
expect(@previously_captured_output).to include(word)
end
end