Module: Tunit::Hooks

Included in:
Test
Defined in:
lib/tunit/hooks.rb

Instance Method Summary collapse

Instance Method Details

#setupObject

Runs before each test



4
5
# File 'lib/tunit/hooks.rb', line 4

def setup
end

#teardownObject

Runs after each test



8
9
# File 'lib/tunit/hooks.rb', line 8

def teardown
end