Sha256: 71b5db9048bf313248d788adbdf1f59c1887ae5e8fe7f569aa001d33256d7256

Contents?: true

Size: 234 Bytes

Versions: 26

Compression:

Stored size: 234 Bytes

Contents

module Shoulda
  module Matchers
    module ActiveModel
      class AllowValueMatcher
        # @private
        class SuccessfulSetting
          def successful?
            true
          end
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
shoulda-matchers-4.0.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-3.1.3 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.0.0.rc1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-3.1.2 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-3.1.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-3.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb