summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 16:24:49 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 16:24:49 -0600
commit9b92ff79c566d323ae01c8c41e7103ac6059dd8b (patch)
tree4103755efabb824e3a993200a4061b85d8c06ca3 /Rakefile
parent66a105569df225f5c1a7c0fe4229fc276f4ea584 (diff)
Clean up build scripts
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 64ea11f..f5bff96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ require 'rubocop/rake_task'
Rake::TestTask.new(:test) do |t|
t.libs << 'test'
- t.libs << 'lib'
+ t.verbose = true
t.test_files = FileList['test/**/*_test.rb']
end
RuboCop::RakeTask.new(:rubocop)