mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Fix rspec tests broken in f9de28236b
This commit is contained in:
parent
10c5c6e287
commit
b9124b9a22
1 changed files with 2 additions and 3 deletions
|
|
@ -4,14 +4,13 @@ describe 'Pool Manager' do
|
|||
let(:logger) { double('logger') }
|
||||
let(:redis) { double('redis') }
|
||||
let(:config) { {} }
|
||||
let(:pools) { {} }
|
||||
let(:graphite) { nil }
|
||||
let(:pool) { 'pool1' }
|
||||
let(:vm) { 'vm1' }
|
||||
let(:timeout) { 5 }
|
||||
let(:host) { double('host') }
|
||||
|
||||
subject { Vmpooler::PoolManager.new(config, pools, logger, redis, graphite) }
|
||||
subject { Vmpooler::PoolManager.new(config, logger, redis, graphite) }
|
||||
|
||||
describe '#_check_pending_vm' do
|
||||
let(:pool_helper) { double('pool') }
|
||||
|
|
@ -147,4 +146,4 @@ describe 'Pool Manager' do
|
|||
end
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue