Skip to content

Commit

Permalink
fixes deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-calinoiu committed Sep 25, 2014
1 parent 5848185 commit d2931d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/wamp/server_spec.rb
Expand Up @@ -21,7 +21,7 @@
context "bind" do
it "should bind a subscribe callback do" do
expect { server.bind(:subscribe) { |client_id, topic| } }
.to_not raise_error ""
.to_not raise_error
end

it "should raise an error if an invalid binding name is given" do
Expand Down

0 comments on commit d2931d9

Please sign in to comment.