summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-11-04 23:30:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-11-04 23:30:11 +0900
commit80819f3c442dc06cd0e1ce07dca0ebe62b24f67e (patch)
tree53c5022cc3763215c201cb5118403376b92512a1 /Rakefile
parent6fd6fff3a65ec23cfd84d347d77648fde2b24ee9 (diff)
parent7571baadb4c56b1d4bee8732b98c9ca7f3948f67 (diff)
Merge pull request #104 from junegunn/add-with-nth0.8.8
Add --with-nth option
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 1c999e7c..933a0391 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,3 +6,4 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end
+task :default => :test