write some file change and deletion tests for better data coverage

This commit is contained in:
Thomas Reynolds 2013-05-29 10:59:03 -04:00
parent b8b48afcbb
commit 86cd626084
8 changed files with 53 additions and 67 deletions

View file

@ -170,7 +170,7 @@ module Middleman
# @private
# @return [Middleman::Util::Cache] The cache
def self.cache
@_cache ||= ::Middleman::Util::Cache.new
@_cache ||= ::Tilt::Cache.new
end
delegate :cache, :to => :"self.class"