class ValidatesWithTest

Constants

ERROR_MESSAGE
OTHER_ERROR_MESSAGE

Public Instance Methods

teardown() click to toggle source
# File activemodel/test/cases/validations/with_validation_test.rb, line 8
def teardown
  Topic.clear_validators!
end