If we use setup
method, that method is executed before each test. I want to write a method, that will be executed once for a class.
In RSpec, there is a method called before :all
which will allow me to do so. But I'm looking if there is equivalent method of before :all
in Test::Unit