rename gce to aws

This commit is contained in:
Tanisha Payne 2022-06-16 15:01:03 -04:00
parent 77b340c225
commit 6fbca839ed
No known key found for this signature in database
GPG key ID: 218FC048BAF34902
3 changed files with 196 additions and 3 deletions

View file

@ -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