Skip to content
Snippets Groups Projects
Commit 9970c97c authored by Jack Nagel's avatar Jack Nagel
Browse files

Clear dependency cache after each test

parent b14ff8d1
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ class DependencyCollectorTests < Test::Unit::TestCase
@d = DependencyCollector.new.extend(DependencyCollectorTestExtension)
end
def teardown
DependencyCollector::CACHE.clear
end
def test_dependency_creation
@d.add 'foo' => :build
@d.add 'bar' => ['--universal', :optional]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment