README.md in google-pubsub-enhancer-0.6.0 vs README.md in google-pubsub-enhancer-0.6.1
- old
+ new
@@ -74,11 +74,11 @@
short_topic_name: 'short_topic_name',
messages: :messages_key
end
# the only expectation you need
- publish_called_with({"foo" => 1})
- publish_called_with({"bar" => 2})
+ expect_publish_called_with({"foo" => 1})
+ expect_publish_called_with({"bar" => 2})
app.run 'subscription_short_name'
end
end
```