mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Fix header in docs
[ci skip]
This commit is contained in:
parent
bc97034ccb
commit
ca0dbd8c0f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Shoulda
|
|||
# validations, that you've added to your ActiveModel (or ActiveRecord)
|
||||
# objects.
|
||||
#
|
||||
# #### Testing conditional validations
|
||||
# ### Testing conditional validations
|
||||
#
|
||||
# If your model defines a validation conditionally -- meaning that the
|
||||
# validation is declared with an `:if` or `:unless` option -- how do you
|
||||
|
|
Loading…
Reference in a new issue