From e22acfde1ee09436a1d84af4911bf5986d76271a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 9 Dec 2010 20:25:17 -0800 Subject: [PATCH] Rails apps have a tmp directory --- test/rails_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rails_helper.rb b/test/rails_helper.rb index 11a743d9..12c60c0f 100644 --- a/test/rails_helper.rb +++ b/test/rails_helper.rb @@ -4,6 +4,7 @@ module Compass Dir.mkdir name Dir.mkdir File.join(name, "config") Dir.mkdir File.join(name, "config", "initializers") + Dir.mkdir File.join(name, "tmp") end # Generate a rails application without polluting our current set of requires