Skip to content

Commit

Permalink
clear digest cache between tests
Browse files Browse the repository at this point in the history
otherwise we don't get the log messages we're looking for and the tests
fail intermittently.
  • Loading branch information
tenderlove committed Feb 23, 2016
1 parent 96c1ada commit 1a71589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionview/test/template/digestor_test.rb
Expand Up @@ -26,6 +26,7 @@ def setup
@cwd = Dir.pwd
@tmp_dir = Dir.mktmpdir

ActionView::LookupContext::DetailsKey.clear
FileUtils.cp_r FixtureFinder::FIXTURES_DIR, @tmp_dir
Dir.chdir @tmp_dir
end
Expand Down

0 comments on commit 1a71589

Please sign in to comment.