mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 18:38:41 -05:00
rename gce to aws
This commit is contained in:
parent
77b340c225
commit
6fbca839ed
3 changed files with 196 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ describe 'Vmpooler::PoolManager::Provider::Aws' do
|
|||
size: 5
|
||||
timeout: 10
|
||||
ready_ttl: 1440
|
||||
provider: 'gce'
|
||||
provider: 'aws'
|
||||
machine_type: 'zones/#{zone}/machineTypes/e2-micro'
|
||||
EOT
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
require 'rspec'
|
||||
|
||||
describe 'VmpoolerProviderGce' do
|
||||
describe 'VmpoolerProviderAws' do
|
||||
context 'when creating class ' do
|
||||
it 'sets a version' do
|
||||
expect(VmpoolerProviderGce::VERSION).not_to be_nil
|
||||
expect(VmpoolerProviderAws::VERSION).not_to be_nil
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue