module Tunit::Hooks

Public Instance Methods

setup() click to toggle source

Runs before each test

# File lib/tunit/hooks.rb, line 4
def setup
end
teardown() click to toggle source

Runs after each test

# File lib/tunit/hooks.rb, line 8
def teardown
end