module MigrationValidators::Spec::Matchers::DBMatchers
Public Instance Methods
allow(*values)
click to toggle source
# File lib/migration_validators/spec/matchers/db_matchers.rb, line 202 def allow *values Allow.new *values end
deny(*values)
click to toggle source
# File lib/migration_validators/spec/matchers/db_matchers.rb, line 206 def deny *values Deny.new *values end