class MarshalTest

Public Instance Methods

teardown() click to toggle source
# File activesupport/test/core_ext/marshal_test.rb, line 11
def teardown
  ActiveSupport::Dependencies.clear
  remove_constants(:EM, :ClassFolder)
end