Sha256: 97b5ae99515983627257bf83916c870cf2f2be56a67ed4ced4c9d3e98292cf85
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 Bytes
Contents
require "test_helper" module Torba class GetFileTest < Minitest::Test def test_404 exception = assert_raises(Errors::ShellCommandFailed) do RemoteSources::GetFile.process("http://jquery.com/jquery.zip") end assert_includes exception.message, "curl" end end end
Version data entries
12 entries across 12 versions & 1 rubygems