Add --verbose to bin spec to give more details when something goes wrong

This commit is contained in:
Parker Moore 2018-04-25 15:26:40 -04:00
Родитель 6cca579c05
Коммит 9504d51460
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ describe(GitHubPages) do
it "detects the CNAME when running health check" do
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")
end
end