Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Hill <20105237+luke-hill@users.noreply.github.com>
  • Loading branch information
orien and luke-hill authored Jan 13, 2025
1 parent 4740677 commit f0ea48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cucumber/glue/proto_world_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def object.to_s
end
end

it 'attached the string version on the object' do
it 'prints the stringified version of the object as a log message' do
expected_string = '<test-object>'
expect(@out.string).to include expected_string
end
Expand Down

0 comments on commit f0ea48a

Please sign in to comment.