Class: Mutiny::Integration::Hook

Inherits:
Object
  • Object
show all
Defined in:
lib/mutiny/integration/hook.rb

Instance Method Summary collapse

Instance Method Details

#after(_example) ⇒ Object



7
8
# File 'lib/mutiny/integration/hook.rb', line 7

def after(_example)
end

#before(_example) ⇒ Object



4
5
# File 'lib/mutiny/integration/hook.rb', line 4

def before(_example)
end