zzz6519003 / blog

My blog about coding
4 stars 1 forks source link

is teardown run after *each* test? #68

Closed zzz6519003 closed 7 years ago

zzz6519003 commented 7 years ago

  def teardown
    Topic.clear_validators!
  end

is teardown run after *each* test?