Skip to content

Commit

Permalink
Fix some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Nov 9, 2024
1 parent aa79169 commit 5ff459a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def broadcast(stream, msg)
it "has an appropriate description including the expected contents when qualified with `#with`" do
expect(have_broadcasted_to("my_stream").from_channel(channel).with("hello world").description).to eq("have broadcasted exactly 1 messages to my_stream with \"hello world\"")
end

it "has an appropriate description including the matcher's description when qualified with `#with` and a composable matcher" do
expect(
have_broadcasted_to("my_stream")
Expand Down

0 comments on commit 5ff459a

Please sign in to comment.