From 7ae950b950f49a97142e6df3acf2bb455f5dc195 Mon Sep 17 00:00:00 2001 From: Brandon Robins Date: Wed, 20 Dec 2017 00:56:02 -0600 Subject: [PATCH] Fix formatting --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 09bfbea..54c88f9 100644 --- a/Rakefile +++ b/Rakefile @@ -14,15 +14,15 @@ namespace :litmus do tmp_dir = "#{Dir.pwd}/tmp" litmus_archive = "#{tmp_dir}/litmus-0.13.tar.gz" - desc "Fetch litmus test suite zip file" - task :fetch do + desc "Fetch litmus test suite zip file" + task :fetch do sh "mkdir tmp" unless File.directory? "#{tmp_dir}" sh "mkdir tmp/webdav" unless File.directory? "#{tmp_dir}/webdav" unless File.exist? litmus_archive sh "wget -O #{tmp_dir}/litmus-0.13.tar.gz https://github.com/eanlain/litmus/releases/download/v0.13/litmus-0.13.tar.gz" end - end + end CLEAN.include("tmp") task :unarchive => :fetch do