spec/integration/draft13_spec.rb in em-websocket-0.3.8 vs spec/integration/draft13_spec.rb in em-websocket-0.4.0
- old
+ new
@@ -30,9 +30,11 @@
}
}
end
it_behaves_like "a websocket server" do
+ let(:version) { 13 }
+
def start_server
EM::WebSocket.start(:host => "0.0.0.0", :port => 12345) { |ws|
yield ws
}
end