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:
parent
7828b07dad
commit
01eccafde2
12 changed files with 171 additions and 57 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue