class Mutiny::Integration::Hook
Public Instance Methods
after(_example)
click to toggle source
# File lib/mutiny/integration/hook.rb, line 7 def after(_example) end
before(_example)
click to toggle source
# File lib/mutiny/integration/hook.rb, line 4 def before(_example) end