mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
28 lines
648 B
Text
28 lines
648 B
Text
Not necessary:
|
|
load_all_fixtures
|
|
should_have_class_methods
|
|
should_have_instance_methods
|
|
|
|
Complete:
|
|
should_allow_values_for
|
|
should_belong_to
|
|
should_ensure_length_at_least
|
|
should_ensure_length_in_range
|
|
should_ensure_length_is
|
|
should_ensure_value_in_range
|
|
should_have_and_belong_to_many
|
|
should_have_many
|
|
should_have_one
|
|
should_not_allow_values_for
|
|
should_require_attributes
|
|
should_require_unique_attributes
|
|
should_only_allow_numeric_values_for
|
|
should_require_acceptance_of
|
|
should_have_db_columns
|
|
|
|
Incomplete:
|
|
should_have_db_column
|
|
should_have_index should_have_indices
|
|
should_have_named_scope
|
|
should_have_readonly_attributes
|
|
should_protect_attributes
|