Sha256: ca8cd535b5b2e787f22af89cf085798b38f98b49899db8f5f0012056ea3eb9ef

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

module TestNotifier
  module Notifier
    module Placebo
      extend self

      def supported?
        true
      end

      def notify(options)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_notifier-0.3.5.rc.2 lib/test_notifier/notifier/placebo.rb
test_notifier-0.3.5.rc.1 lib/test_notifier/notifier/placebo.rb