From 32f6a35e39d9c9be417fca7d41d7c622d5c86eed Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Sat, 1 Jun 2019 16:51:38 -0600 Subject: [PATCH] Fix docs for belong_to [ci skip] --- lib/shoulda/matchers/active_record/association_matcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/matchers/active_record/association_matcher.rb b/lib/shoulda/matchers/active_record/association_matcher.rb index a426d657..3d9bd2c6 100644 --- a/lib/shoulda/matchers/active_record/association_matcher.rb +++ b/lib/shoulda/matchers/active_record/association_matcher.rb @@ -272,7 +272,7 @@ module Shoulda # should belong_to(:organization).required # end # - # #### without_validating_presence + # ##### without_validating_presence # # Use `without_validating_presence` with `belong_to` to prevent the # matcher from checking whether the association disallows nil (Rails 5+