Module: Draper::TestCase::ViewContextTeardown

Included in:
ActionController::TestCase, ActionMailer::TestCase, Draper::TestCase
Defined in:
lib/draper/test_case.rb

Instance Method Summary collapse

Instance Method Details

#teardownObject



6
7
8
9
# File 'lib/draper/test_case.rb', line 6

def teardown
  super
  Draper::ViewContext.clear!
end