class FixtureNameIsNotTableNameFixturesTest

Public Instance Methods

test_named_accessor() click to toggle source
# File activerecord/test/cases/fixtures_test.rb, line 635
def test_named_accessor
  assert_kind_of Book, items(:dvd)
end