Skip to content

Commit

Permalink
Updating documentation for validate_length_of
Browse files Browse the repository at this point in the history
  • Loading branch information
george-carlin authored and mcmire committed Nov 6, 2014
1 parent 68a419a commit c8bd4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ complex, and error-prone.
tests usage of `validates_inclusion_of`.
* **[validate_exclusion_of](lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb)**
tests usage of `validates_exclusion_of`.
* **[ensure_length_of](lib/shoulda/matchers/active_model/ensure_length_of_matcher.rb)** tests usage
* **[validate_length_of](lib/shoulda/matchers/active_model/validate_length_of_matcher.rb)** tests usage
of `validates_length_of`.
* **[have_secure_password](lib/shoulda/matchers/active_model/have_secure_password_matcher.rb)** tests
usage of `has_secure_password`.
Expand Down

0 comments on commit c8bd4ce

Please sign in to comment.