To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorPublishing A Message
- Background
-
- Given
- I am connected to the broker
- And
- I have a destination :publish_test with no messages on it
- Scenarios
-
- Publishing a message
-
- When
-
I execute the following code
publish(:publish_test, "Test Message")
- Then
-
I expect to find the following message on :publish_test
body Test Message
Last published about 6 years ago by soupmatt.