Skip to content

Commit

Permalink
Skip adding lib directory to libs explicitly
Browse files Browse the repository at this point in the history
It seems `lib` directory is included in `test.libs` implicitly.
  • Loading branch information
soutaro committed Mar 12, 2016
1 parent 1f20d43 commit 6012fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundler::GemHelper.install_tasks
require 'rake/testtask'

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

0 comments on commit 6012fe9

Please sign in to comment.