From 0d84ded157e7bd52bc1fe79610035c9519dc031e Mon Sep 17 00:00:00 2001 From: Sergey Kuchmistov Date: Tue, 24 Jun 2014 18:59:33 +0300 Subject: [PATCH] Delete method redefining for OptionVerifier --- .../active_record/association_matchers/option_verifier.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb b/lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb index 7c052294..4eac35aa 100644 --- a/lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb +++ b/lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb @@ -6,8 +6,6 @@ module Shoulda class OptionVerifier delegate :reflection, to: :reflector - attr_reader :reflector - RELATION_OPTIONS = [:conditions, :order] def initialize(reflector)