spec/support/outgoing_frames.rb in websocket-1.2.2 vs spec/support/outgoing_frames.rb in websocket-1.2.3
- old
+ new
@@ -8,7 +8,6 @@
context 'after parsing' do
before(:each) { subject.to_s }
its(:error) { is_expected.to eql(error) }
its(:require_sending?) { is_expected.to eql(require_sending) }
end
-
end