diff --git a/spec/cucumber/glue/proto_world_spec.rb b/spec/cucumber/glue/proto_world_spec.rb index f24899e79..45193418a 100644 --- a/spec/cucumber/glue/proto_world_spec.rb +++ b/spec/cucumber/glue/proto_world_spec.rb @@ -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 = '' expect(@out.string).to include expected_string end