Merge pull request #2731 from JCount/pull-spec-use-non-fork-pr

pull_spec: use stable, non-fork PR for patch expectation
This commit is contained in:
Mike McQuaid 2017-06-05 08:24:41 +01:00 committed by GitHub
commit b9cfd2cb58

View File

@ -34,7 +34,7 @@ describe "brew pull", :integration_test do
.and output(/Can only bump one changed formula/).to_stderr
.and be_a_failure
expect { brew "pull", "https://github.com/Homebrew/homebrew-core/pull/1" }
expect { brew "pull", "https://github.com/Homebrew/brew/pull/1249" }
.to output(/Fetching patch/).to_stdout
.and output(/Patch failed to apply/).to_stderr
.and be_a_failure