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