Skip to content

Commit

Permalink
[skip ci] fix forgotten colon (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoolong committed Feb 23, 2024
1 parent 5781741 commit e2a6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/active_record/normalize_matcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module ActiveRecord
#
# # Minitest (Shoulda)
# class User < ActiveSupport::TestCase
# should normalize(:email, handle).from(" Example\n").to("example")
# should normalize(:email, :handle).from(" Example\n").to("example")
# end
#
# If the normalization accepts nil values with the `apply_to_nil` option,
Expand Down

0 comments on commit e2a6677

Please sign in to comment.