Sha256: 7ab0deacaf3f81b513f5b48b49432e7aa78fdc626ba4f08dc12e9471db3af4a9

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

require 'test/unit'
require 'damagecontrol/publisher/base'
require 'damagecontrol/publisher/fixture'

module DamageControl
  module Publisher
    class JabberTest < Test::Unit::TestCase
      include Fixture
  
      def test_should_send_message_on_publish
        Jabber.new.publish(mock_build(false))
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
damagecontrol-0.5.0.1391 test/damagecontrol/publisher/jabber_test.rb
damagecontrol-0.5.0.1392 test/damagecontrol/publisher/jabber_test.rb
damagecontrol-0.5.0.1393 test/damagecontrol/publisher/jabber_test.rb
damagecontrol-0.5.0.1404 test/damagecontrol/publisher/jabber_test.rb