Skip to content

Commit

Permalink
Update spec/github_pages_health_check/domain_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet authored Sep 10, 2024
1 parent c7a2b83 commit efba6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/github_pages_health_check/domain_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
context "not github domains" do
let(:domain) { "somethinggithub.com" }

it "knows if the domain is a github domain" do
it "knows if the domain is not a github domain" do
expect(subject).to_not be_a_github_domain
end
end
Expand Down

0 comments on commit efba6bc

Please sign in to comment.