diff --git a/lib/shoulda/matchers/active_record/normalize_matcher.rb b/lib/shoulda/matchers/active_record/normalize_matcher.rb index b5cc616f7..95d09afe0 100644 --- a/lib/shoulda/matchers/active_record/normalize_matcher.rb +++ b/lib/shoulda/matchers/active_record/normalize_matcher.rb @@ -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,