Skip to content

Commit

Permalink
Basic message validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 5, 2019
1 parent 530e1dd commit 3862302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/async/websocket/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

Async::WebSocket::Client.open(server_address) do |connection|
while event = connection.next_message
expect(event).to include("line")

events << event
end

Expand Down

0 comments on commit 3862302

Please sign in to comment.