mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix 'rake nof'
This commit is contained in:
2
Rakefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user