extract compass into core_ext, allow other features to execute after its init, add map support to sinatra, prep Sprockets feature

This commit is contained in:
Thomas Reynolds 2011-07-10 15:10:49 -07:00
parent 7828b07dad
commit 01eccafde2
12 changed files with 171 additions and 57 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|