Module: Minitest::Shouldify::Lifecycle

Included in:
Test
Defined in:
lib/minitest/shouldify.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#before_setupObject

Hook into Minitest’s Lifecycle to alias methods when tests are run.



118
119
120
121
# File 'lib/minitest/shouldify.rb', line 118

def before_setup # :nodoc:
  Minitest::Shouldify.shouldify!
  super
end