diff options
| author | Mike McQuaid | 2017-04-22 13:25:38 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-22 13:25:38 +0100 |
| commit | 206d6de845c9041bbbd4d955e56befb338295e96 (patch) | |
| tree | 7bb013e4ceab38c5ebda73d9e8a23df035e97abf /Library/Homebrew/test/dev-cmd | |
| parent | 10d70aa93a25b80efe3581cf82e789f05716517d (diff) | |
| parent | a6df701fad516a1da54ea245fb47826d47dc03b5 (diff) | |
| download | brew-206d6de845c9041bbbd4d955e56befb338295e96.tar.bz2 | |
Merge pull request #2521 from MikeMcQuaid/tests-reduce-noise
tests: reduce some noise.
Diffstat (limited to 'Library/Homebrew/test/dev-cmd')
| -rw-r--r-- | Library/Homebrew/test/dev-cmd/pull_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/dev-cmd/pull_spec.rb b/Library/Homebrew/test/dev-cmd/pull_spec.rb index 3c0108df2..2ebe144bb 100644 --- a/Library/Homebrew/test/dev-cmd/pull_spec.rb +++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb @@ -6,9 +6,7 @@ describe "brew pull", :integration_test do .and be_a_failure end - it "fetches a patch from a GitHub commit or pull request and applies it" do - skip "Requires network connection." if ENV["HOMEBREW_NO_GITHUB_API"] - + it "fetches a patch from a GitHub commit or pull request and applies it", :needs_network do CoreTap.instance.path.cd do shutup do system "git", "init" |
