Skip to content

Commit

Permalink
Remove default value duplication in rakefile. (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh08h authored and gauravtiwari committed Jun 7, 2018
1 parent 26a55a9 commit 4917047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
Rake::TestTask.new do |t|
t.libs << "test"
t.libs << "lib"
t.test_files = FileList["test/**/*_test.rb"]
t.verbose = true
end
Expand Down

0 comments on commit 4917047

Please sign in to comment.