module StrongPresenter::TestCase::ViewContextTeardown

Public Instance Methods

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