diff --git a/lib/click_govuk_link.rb b/lib/click_govuk_link.rb index 0f8e7aa..2c132a1 100644 --- a/lib/click_govuk_link.rb +++ b/lib/click_govuk_link.rb @@ -1,4 +1,4 @@ -module GovukRspecHelpers +module GovukRSpecHelpers class ClickLink attr_reader :link_text, :page diff --git a/lib/summarise_errors_matcher.rb b/lib/summarise_errors_matcher.rb index 2875626..1e3d78c 100644 --- a/lib/summarise_errors_matcher.rb +++ b/lib/summarise_errors_matcher.rb @@ -1,4 +1,4 @@ -module GovukRspecHelpers +module GovukRSpecHelpers module SummariseErrorsMatcher extend RSpec::Matchers::DSL diff --git a/lib/summarise_matcher.rb b/lib/summarise_matcher.rb index 3114709..4e59796 100644 --- a/lib/summarise_matcher.rb +++ b/lib/summarise_matcher.rb @@ -1,4 +1,4 @@ -module GovukRspecHelpers +module GovukRSpecHelpers module SummariseMatcher extend RSpec::Matchers::DSL