mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 02:28:40 -05:00
fix rubocop offenses
This commit is contained in:
parent
bd1b21736a
commit
ee36ee868d
5 changed files with 109 additions and 113 deletions
|
|
@ -33,7 +33,6 @@ describe 'Vmpooler::PoolManager::Provider::Aws' do
|
|||
timeout: 10
|
||||
ready_ttl: 1440
|
||||
provider: 'aws'
|
||||
provision: true
|
||||
EOT
|
||||
)
|
||||
}
|
||||
|
|
@ -54,7 +53,10 @@ EOT
|
|||
|
||||
describe '#manual tests live' do
|
||||
context 'in itsysops' do
|
||||
before(:each) { allow(subject).to receive(:dns).and_call_original }
|
||||
before(:each) {
|
||||
config['provision'] = "true"
|
||||
allow(subject).to receive(:dns).and_call_original
|
||||
}
|
||||
let(:vmname) { "instance-46" }
|
||||
let(:poolname) { "ubuntu-2004-arm64" }
|
||||
skip 'gets a vm' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue