diff --git a/Rakefile b/Rakefile index 2612e52..d4d9ae2 100644 --- a/Rakefile +++ b/Rakefile @@ -33,6 +33,9 @@ task :tdd do num = changes.grep(/fields/).length hash = Digest::MD5.hexdigest(changes.flatten.join('')) + # touch + File.open('.tdd_cache', 'a+').close + File.open('.tdd_cache', 'r+') do |cache| tdd_cache = cache.read()