summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 57d87fc..14bfc61 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