Fix 'rake nof'

This commit is contained in:
Nathan Sobo
2012-10-19 12:59:10 -06:00
parent d58954145b
commit e60bd609d4

View File

@@ -124,7 +124,7 @@ task :benchmark do
end
task :nof do
system %{find . -name *spec.coffee | xargs sed -E -i "" "s/f+(it|describe) +(['\\"])/\\1 \\2/g"}
system %{find . -name *spec.coffee | grep -v atom-build | xargs sed -E -i "" "s/f+(it|describe) +(['\\"])/\\1 \\2/g"}
end
def application_path