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-6.4.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-6.3.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-6.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-6.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-6.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-6.0.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-5.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-5.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-5.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-5.0.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-5.0.0.rc1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.5.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.5.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.4.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.4.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.3.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.2.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.1.2 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.1.1 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
shoulda-matchers-4.1.0 lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb