Sha256: 230cff17f0dc4578f71e17ac24bf1e3fb41a0c0d5c608f80802e6e24216c6649

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

require 'spec_helper'

module Punchblock
  module Command
    describe Mute do
      it 'registers itself' do
        RayoNode.class_from_registration(:mute, 'urn:xmpp:rayo:1').should == Mute
      end
    end
  end
end # Punchblock

Version data entries

6 entries across 6 versions & 1 rubygems

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