Sha256: 0b612f3c3a036ec7db66489a35f7f75de532174b1111262b85ac4244c79bf211

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

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
      end

      it_should_behave_like 'command_headers'
    end
  end
end # Punchblock

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
punchblock-0.5.1 spec/punchblock/command/answer_spec.rb
punchblock-0.5.0 spec/punchblock/command/answer_spec.rb
punchblock-0.4.3 spec/punchblock/command/answer_spec.rb
punchblock-0.4.2 spec/punchblock/command/answer_spec.rb
punchblock-0.4.1 spec/punchblock/command/answer_spec.rb
punchblock-0.4.0 spec/punchblock/command/answer_spec.rb