Object
# File lib/spec/matchers/migration_matchers.rb, line 75 def failure_message %(expected #{column.name} to permit NULL) end
# File lib/spec/matchers/migration_matchers.rb, line 70 def matches?(column) @column = column ! column.not_null end
# File lib/spec/matchers/migration_matchers.rb, line 79 def negative_failure_message %(expected #{column.name} to be NOT NULL) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.