class FriendlyId::Test::SlugTest

Public Instance Methods

teardown() click to toggle source
# File test/active_record2/slug_test.rb, line 8
def teardown
  Slug.delete_all
  Post.delete_all
end