module Draper::TestCase::ViewContextTeardown

Public Instance Methods

teardown() click to toggle source
Calls superclass method
# File lib/draper/test_case.rb, line 6
def teardown
  super
  Draper::ViewContext.clear!
end