From 3016d82d039999dd56b7dda3c0d5d93951f0a9c7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 27 Sep 2016 19:57:50 +0100 Subject: [PATCH] Fix heading level for autosave in documentation autosave was a 4th-level heading, which is inconsistent with all other qualifiers, which are 5th-level. --- lib/shoulda/matchers/active_record/association_matcher.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/shoulda/matchers/active_record/association_matcher.rb b/lib/shoulda/matchers/active_record/association_matcher.rb index cba6a93d..fb81fb43 100644 --- a/lib/shoulda/matchers/active_record/association_matcher.rb +++ b/lib/shoulda/matchers/active_record/association_matcher.rb @@ -217,7 +217,7 @@ module Shoulda # should belong_to(:organization).touch(true) # end # - # #### autosave + # ##### autosave # # Use `autosave` to assert that the `:autosave` option was specified. # @@ -468,7 +468,7 @@ module Shoulda # should have_many(:ideas).validate(false) # end # - # #### autosave + # ##### autosave # # Use `autosave` to assert that the `:autosave` option was specified. # @@ -678,7 +678,7 @@ module Shoulda # should have_one(:parking_card).validate(false) # end # - # #### autosave + # ##### autosave # # Use `autosave` to assert that the `:autosave` option was specified. # @@ -836,7 +836,7 @@ module Shoulda # validate(false) # end # - # #### autosave + # ##### autosave # # Use `autosave` to assert that the `:autosave` option was specified. #