Skip to content

Commit f0ea48a

Browse files
orienluke-hill
andauthored
Fix test name
Co-authored-by: Luke Hill <20105237+luke-hill@users.noreply.github.com>
1 parent 4740677 commit f0ea48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cucumber/glue/proto_world_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def object.to_s
7676
end
7777
end
7878

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

0 commit comments

Comments
 (0)