Sha256: dc317ddd3098126b0075d8e377042559361b8629132b98e66f2e247fb4511738

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

require 'minitest/autorun'
require 'qnap/download_station'

class TestDownloadStation < Minitest::Test
	def test_argument
		assert_raises ArgumentError do
			Qnap::DownloadStation.new
		end
	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qnap-download_station-0.0.5 test/test_download_station.rb
qnap-download_station-0.0.4 test/test_download_station.rb
qnap-download_station-0.0.3 test/test_download_station.rb
qnap-download_station-0.0.2 test/test_download_station.rb
qnap-download_station-0.0.1 test/test_download_station.rb