Module: PantryMinitestHelpers

Included in:
Minitest::Test
Defined in:
lib/pantry/test/support/minitest.rb

Overview

Global helpers we’re adding to Minitest

Instance Method Summary collapse

Instance Method Details

#before_setupObject



5
6
7
8
# File 'lib/pantry/test/support/minitest.rb', line 5

def before_setup
  Celluloid.init
  Pantry.reset_config!
end