Configatron::Integrations::Minitest

Public Instance Methods

before_setup() click to toggle source
# File lib/configatron/integrations/minitest.rb, line 19
def before_setup
  configatron.temp_start
  super
end
before_teardown() click to toggle source
# File lib/configatron/integrations/minitest.rb, line 24
def before_teardown
  super
  configatron.temp_end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.