cask/cmd/info_spec: needs network connection.

Tag it accordingly.
This commit is contained in:
Mike McQuaid 2019-04-17 17:34:09 +09:00
parent b4f73e6164
commit 8229e592d7
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -136,7 +136,7 @@ describe Cask::Cmd::Info, :cask do
EOS
end
it "can run be run with a url twice" do
it "can run be run with a url twice", :needs_network do
expect {
described_class.run("https://raw.githubusercontent.com/Homebrew/homebrew-cask" \
"/d0b2c58652ae5eff20a7a4ac93292a08b250912b/Casks/docker.rb")