Skip to content

Commit

Permalink
remove unnecessary addition of lib
Browse files Browse the repository at this point in the history
`TestTask` add `lib` directory by default.
Ref: https://github.com/ruby/rake/blob/master/lib/rake/testtask.rb#L39..L41
  • Loading branch information
y-yagi committed Jan 15, 2017
1 parent aaece61 commit a89a06b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def rakefile_test_tasks
require 'rake/testtask'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = false
Expand Down

0 comments on commit a89a06b

Please sign in to comment.