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 9b15524..f5fa61f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ end
task default: [:style, :spec, :features]
# For rubygems-test
-task :test => :spec
+task test: :spec
RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = "rdoc"