class TasksTest
Public Instance Methods
teardown()
click to toggle source
# File test/active_record2/tasks_test.rb, line 6 def teardown ENV["MODEL"] = nil [City, District, Post, Slug].map(&:delete_all) end