Sha256: e2b39893ef14de27a4a6c794d286ac817293580cfb32d1900986d1bb3a832ee1

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

require 'spec_helper'

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