summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johns <pete.johns@envato.com>2015-12-23 12:56:24 +1100
committerPete Johns <pete.johns@envato.com>2015-12-23 12:56:24 +1100
commit34319bd1b9c6422e73a2814a1277affcc001e876 (patch)
tree635244dc67ad200e2b8984df2ec753dabb5dc611
parent2b19a7dde1c2b9ea96fcd34c5eda08e59458544a (diff)
downloadffi-34319bd1b9c6422e73a2814a1277affcc001e876.tar.gz
Fix default `rake` task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 10839e2..bc58d34 100644
--- a/Rakefile
+++ b/Rakefile
@@ -138,7 +138,7 @@ end
task 'spec:run' => TEST_DEPS
task 'spec:specdoc' => TEST_DEPS
-task :default => :specs
+task :default => :spec
namespace 'java' do