summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index a3d72a8..084aa86 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,10 +5,10 @@ require "code_statistics"
require "rubygems"
-task :default => [:test]
+task default: [:test]
Rake::TestTask.new do |test|
- test.libs = ["lib", "test"]
+ test.libs = %w[lib test]
test.verbose = true
test.warning = true
test.test_files = FileList['test/test*.rb']