Fix header in docs

[ci skip]
This commit is contained in:
Elliot Winkler 2015-09-30 13:19:52 -06:00
parent bc97034ccb
commit ca0dbd8c0f
1 changed files with 1 additions and 1 deletions

View File

@ -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