Sha256: 5217323ab83c6044d2ff4ad1c192be479f8c0fae90b078f30973e9c293c41765

Contents?: true

Size: 232 Bytes

Versions: 26

Compression:

Stored size: 232 Bytes

Contents

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

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
shoulda-matchers-6.4.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-6.3.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-6.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-6.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-6.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-6.0.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-5.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-5.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-5.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-5.0.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-5.0.0.rc1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.5.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.5.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.4.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.4.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.1.2 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.1.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
shoulda-matchers-4.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb