Skip to content

Commit

Permalink
Merge pull request #300 from D4uS1/master
Browse files Browse the repository at this point in the history
Fixed typo in README in test matcher section.
  • Loading branch information
Mth0158 authored Nov 25, 2024
2 parents af50741 + 9900f52 commit e0d536d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ describe User do
# limit
# #min, #max
it { is_expected.to validate_limit_of(:avatar).min(1) }
it { is_expected.to validate_limit_of(:avatar).max(5) }
it { is_expected.to validate_limits_of(:avatar).min(1) }
it { is_expected.to validate_limits_of(:avatar).max(5) }
# content_type:
# #allowing, #rejecting
Expand Down

0 comments on commit e0d536d

Please sign in to comment.