Module: Plant::Run

Included in:
ActiveSupport::TestCase
Defined in:
lib/setup.rb

Instance Method Summary collapse

Instance Method Details

#run(result, &block) ⇒ Object



8
9
10
11
12
# File 'lib/setup.rb', line 8

def run(result,&block)
  Plant.destroy
  original_run(result,&block)
  Plant::Stubber.unstubs
end