class TransactionalFixturesTest
Public Instance Methods
test_destroy()
click to toggle source
# File activerecord/test/cases/fixtures_test.rb, line 502 def test_destroy assert_not_nil @first @first.destroy end
test_destroy_just_kidding()
click to toggle source
# File activerecord/test/cases/fixtures_test.rb, line 507 def test_destroy_just_kidding assert_not_nil @first end