You are here: Browse Railsplugins Assert Fixtures Valid
= assert_fixtures_valid
Adds an assertion that makes sure all fixtures of the klass are valid.
= Usage
assert_fixtures_valid KlassName assert_fixtures_valid :klass_name assert_fixtures_valid :klass1, :klass2
Calling “assert_fixtures_valid KlassName” in a unit test class context is equivalent to: def test_fixtures_valid_klass_name assert_fixtures_valid KlassName end
= Author
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly