зеркало из https://github.com/github/pages-gem.git
Add --verbose to bin spec to give more details when something goes wrong
This commit is contained in:
Родитель
6cca579c05
Коммит
9504d51460
|
@ -19,7 +19,7 @@ describe(GitHubPages) do
|
||||||
|
|
||||||
it "detects the CNAME when running health check" do
|
it "detects the CNAME when running health check" do
|
||||||
File.write("CNAME", "foo.invalid")
|
File.write("CNAME", "foo.invalid")
|
||||||
expect(`./bin/github-pages health-check`).to include("Checking domain foo.invalid...")
|
expect(`./bin/github-pages health-check --trace`).to include("Checking domain foo.invalid...")
|
||||||
File.delete("CNAME")
|
File.delete("CNAME")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче