Module
Spec::Matchers::Migration
In:
lib/spec/matchers/migration_matchers.rb
Methods
be_primary_key
have_column
have_table
permit_null
Classes and Modules
Class
Spec::Matchers::Migration::HaveColumnMatcher
Class
Spec::Matchers::Migration::HaveTableMatcher
Class
Spec::Matchers::Migration::NullableColumnMatcher
Class
Spec::Matchers::Migration::PrimaryKeyMatcher
Public Instance methods
be_primary_key
()
have_column
(column_name)
have_table
(table_name)
permit_null
()
[Validate]