Skip to content

Commit 600abff

Browse files
committed
Fix some whitespace
1 parent d84b012 commit 600abff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/rspec/rails/matchers/action_cable/have_broadcasted_to_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def broadcast(stream, msg)
246246
it "has an appropriate description including the expected contents when qualified with `#with`" do
247247
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\"")
248248
end
249+
249250
it "has an appropriate description including the matcher's description when qualified with `#with` and a composable matcher" do
250251
expect(
251252
have_broadcasted_to("my_stream")

0 commit comments

Comments
 (0)