spec/punchblock/command/unmute_spec.rb in punchblock-0.9.2 vs spec/punchblock/command/unmute_spec.rb in punchblock-0.10.0
- old
+ new
@@ -1,11 +1,13 @@
+# encoding: utf-8
+
require 'spec_helper'
module Punchblock
module Command
describe Unmute do
it 'registers itself' do
- RayoNode.class_from_registration(:unmute, 'urn:xmpp:rayo:1').should == Unmute
+ RayoNode.class_from_registration(:unmute, 'urn:xmpp:rayo:1').should be == Unmute
end
describe "from a stanza" do
let(:stanza) { '<unmute xmlns="urn:xmpp:rayo:1"/>' }