Sha256: f97e00bdbbcaccb63e1cb714fba63bf20fd9ca0d4065631a7f3bc0a08faf0fe4

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

require 'spec_helper'

module Punchblock
  module Command
    describe Accept do
      it 'registers itself' do
        RayoNode.class_from_registration(:accept, 'urn:xmpp:rayo:1').should == Accept
      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/accept_spec.rb
punchblock-0.5.0 spec/punchblock/command/accept_spec.rb
punchblock-0.4.3 spec/punchblock/command/accept_spec.rb
punchblock-0.4.2 spec/punchblock/command/accept_spec.rb
punchblock-0.4.1 spec/punchblock/command/accept_spec.rb
punchblock-0.4.0 spec/punchblock/command/accept_spec.rb