class SequelSpec::Matchers::Validation::ValidateSchemaTypesMatcher

Public Instance Methods

description() click to toggle source
# File lib/sequel_spec/validation/validate_schema_types_matcher.rb, line 5
def description
  desc = "validate schema types of #{@attribute.inspect}"
  desc << " with option(s) #{hash_to_nice_string @options}" unless @options.empty?
  desc
end
validation_type() click to toggle source
# File lib/sequel_spec/validation/validate_schema_types_matcher.rb, line 11
def validation_type
  :validates_schema_types
end