Sha256: 97b48d88a596ba30e6c24d6594a4f62feab169fb2bcdefbb74b0549a604eb285

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

require "test_helper"

class SnarlTest < Minitest::Test
  test "sends notification" do
    Snarl.expects(:show_message).with("TITLE", "MESSAGE", "IMAGE")

    Notifier::Snarl.notify(title: "TITLE", message: "MESSAGE", image: "IMAGE")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifier-0.5.2 test/notifier/snarl_test.rb