From efba6bc8e3f9d962f35ee05e249878bfbe8804f5 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 10 Sep 2024 09:13:25 -0700 Subject: [PATCH] Update spec/github_pages_health_check/domain_spec.rb --- spec/github_pages_health_check/domain_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/github_pages_health_check/domain_spec.rb b/spec/github_pages_health_check/domain_spec.rb index cc5a51d..5ca16fa 100644 --- a/spec/github_pages_health_check/domain_spec.rb +++ b/spec/github_pages_health_check/domain_spec.rb @@ -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