Use spork for forked cucumber tests, build images first to appease Compass

This commit is contained in:
Thomas Reynolds 2011-06-24 12:06:28 -07:00
parent b585e0775b
commit f977d284fc
8 changed files with 99 additions and 22 deletions

View file

@ -14,7 +14,7 @@ end
Given /^cleanup built test app$/ do
target = File.join(File.dirname(File.dirname(File.dirname(__FILE__))), "fixtures", "test-app", "build")
FileUtils.rm_rf(target)
# FileUtils.rm_rf(target)
end
Then /^"([^"]*)" should exist and include "([^"]*)"$/ do |target_file, expected|