1
0
Fork 0
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:
Elliot Winkler 2015-09-30 13:19:52 -06:00
parent bc97034ccb
commit ca0dbd8c0f

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