mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 10:28: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
|
|
@ -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