summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-30 23:53:15 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-30 23:53:15 -0300
commit97888f5f91f9675ef2f7809fe1cb423abf6099c8 (patch)
treed26f2898b93308ba8a3e12b5fd3b363a46a0ef59 /Rakefile
parent7a63996d6eaccbe403c724f40a771e4a48c7ea34 (diff)
downloadhighline-97888f5f91f9675ef2f7809fe1cb423abf6099c8.tar.gz
Rubocop automatic corrections
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']