File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/github-pages-health-check/errors
spec/github_pages_health_check Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ module GitHubPages
4
4
module HealthCheck
5
5
module Errors
6
6
class WildcardRecordError < GitHubPages ::HealthCheck ::Error
7
- DOCUMENTATION_PATH = "/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"
7
+ DOCUMENTATION_PATH = "/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages/ "
8
8
9
9
attr_reader :parent_domain
10
10
11
- def initialize ( repository : nil , domain : nil , parent_domain :)
11
+ def initialize ( repository : nil , domain : nil , parent_domain : nil )
12
12
super ( repository : repository , domain : domain )
13
13
@parent_domain = parent_domain
14
14
end
Original file line number Diff line number Diff line change 4
4
5
5
RSpec . describe ( GitHubPages ::HealthCheck ::Errors ) do
6
6
it "returns the errors" do
7
- expect ( GitHubPages ::HealthCheck ::Errors . all . count ) . to eql ( 10 )
7
+ expect ( GitHubPages ::HealthCheck ::Errors . all . count ) . to eql ( 11 )
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments