Sha256: c918d7e7d496701497bfbd7daa1c24ebc8fe77be1caad662807ca05cedb68e2e

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

require 'minitest/autorun'
require 'notify-send'

class HolaTest < Minitest::Test
	def test_argument
		assert_raises ArgumentError do 
			NotifySend.send "test", "test", "test", "test", "test"
		end
		assert_raises ArgumentError do 
			NotifySend.send
		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-notify-send-0.0.1 test/test_notify_send.rb