Skip to content

Commit

Permalink
Fix capitalisation of RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Sep 11, 2023
1 parent 13ef162 commit 7f3096a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/click_govuk_link.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovukRspecHelpers
module GovukRSpecHelpers
class ClickLink

attr_reader :link_text, :page
Expand Down
2 changes: 1 addition & 1 deletion lib/summarise_errors_matcher.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovukRspecHelpers
module GovukRSpecHelpers
module SummariseErrorsMatcher

extend RSpec::Matchers::DSL
Expand Down
2 changes: 1 addition & 1 deletion lib/summarise_matcher.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovukRspecHelpers
module GovukRSpecHelpers
module SummariseMatcher

extend RSpec::Matchers::DSL
Expand Down

0 comments on commit 7f3096a

Please sign in to comment.