Sha256: 8f2c9a0d323a577e5070b99b3a62d92522f674ebcbce34e9565c43f31b00d1c8

Contents?: true

Size: 288 Bytes

Versions: 4

Compression:

Stored size: 288 Bytes

Contents

require File.expand_path('../test_helper', __FILE__)

module Larva
  class LarvaTest < Minitest::Test
    def test_shit_happens
      topic, message = "Foo", "Bar"
      Propono::Publisher.expects(:publish).with(topic, message, {})
      Propono.publish(topic, message)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
larva-0.4.1 test/larva_test.rb
larva-0.4.0 test/larva_test.rb
larva-0.3.0 test/larva_test.rb
larva-0.1.0 test/larva_test.rb