spec/punchblock/command/answer_spec.rb in punchblock-0.9.2 vs spec/punchblock/command/answer_spec.rb in punchblock-0.10.0
- old
+ new
@@ -1,11 +1,13 @@
+# encoding: utf-8
+
require 'spec_helper'
module Punchblock
module Command
describe Answer do
it 'registers itself' do
- RayoNode.class_from_registration(:answer, 'urn:xmpp:rayo:1').should == Answer
+ RayoNode.class_from_registration(:answer, 'urn:xmpp:rayo:1').should be == Answer
end
it_should_behave_like 'command_headers'
describe "from a stanza" do