pull_spec: fix test
This commit is contained in:
parent
3c25ddc6ed
commit
fb643a28f0
@ -8,15 +8,13 @@ end
|
||||
|
||||
describe "brew pull", :integration_test do
|
||||
it "fetches a patch from a GitHub commit or pull request and applies it", :needs_network do
|
||||
CoreTap.instance.path.cd do
|
||||
HOMEBREW_REPOSITORY.cd do
|
||||
system "git", "init"
|
||||
system "git", "checkout", "-b", "new-branch"
|
||||
system "git", "remote", "add", "origin", "https://github.com/Homebrew/homebrew-core"
|
||||
system "git", "remote", "add", "origin", "https://github.com/Homebrew/brew"
|
||||
end
|
||||
|
||||
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
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user