# File lib/spec/matchers/migration_matchers.rb, line 17 def be_primary_key PrimaryKeyMatcher.new end
# File lib/spec/matchers/migration_matchers.rb, line 9 def have_column(column_name) HaveColumnMatcher.new(column_name) end
Generated with the Darkfish Rdoc Generator 2.