From e60bd609d43cef80e66e034d84160f73e4e880db Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 19 Oct 2012 12:59:10 -0600 Subject: [PATCH] Fix 'rake nof' --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e992256fb..8176c5f13 100644 --- a/Rakefile +++ b/Rakefile @@ -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