Class: Shoulda::Matchers::ActiveModel::AllowValueMatcher::SuccessfulSetting

Inherits:
Object
  • Object
show all
Defined in:
lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb

Instance Method Summary collapse

Instance Method Details

#successful?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb', line 7

def successful?
  true
end