Skip to content

Commit

Permalink
avoid stale data in taglib caches
Browse files Browse the repository at this point in the history
  • Loading branch information
al2o3cr committed Dec 27, 2011
1 parent eddbdd6 commit c7ea9eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dryml/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ def aruba_path(file_or_dir)
File.expand_path("../../../tmp/aruba/#{file_or_dir}", __FILE__)
end

After do
# muck out the caches
Dryml::Taglib.clear_cache
Dryml::Template.clear_build_cache
Dryml.clear_cache
end

# stub this
module Hobo
def self.root
Expand Down

0 comments on commit c7ea9eb

Please sign in to comment.