mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Don't require Bundler to run tests.
This commit is contained in:
parent
4337794da3
commit
b627e8d315
1 changed files with 5 additions and 2 deletions
7
Rakefile
7
Rakefile
|
@ -1,5 +1,8 @@
|
|||
require 'bundler'
|
||||
Bundler::GemHelper.install_tasks
|
||||
begin
|
||||
require 'bundler'
|
||||
Bundler::GemHelper.install_tasks
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
require 'rake/testtask'
|
||||
Rake::TestTask.new(:test) do |test|
|
||||
|
|
Loading…
Reference in a new issue