module Draper::TestCase::ViewContextTeardown

Public Instance Methods

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