class InvalidTableNameFixturesTest

Public Instance Methods

test_raises_error() click to toggle source
# File activerecord/test/cases/fixtures_test.rb, line 738
def test_raises_error
  assert_raise ActiveRecord::FixtureClassNotFound do
    funny_jokes(:a_joke)
  end
end