mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 10:28:41 -05:00
Added aws dependency and renamed directories
This commit is contained in:
commit
77b340c225
20 changed files with 2432 additions and 0 deletions
9
spec/vmpooler-provider-aws/vmpooler_provider_aws_spec.rb
Normal file
9
spec/vmpooler-provider-aws/vmpooler_provider_aws_spec.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'rspec'
|
||||
|
||||
describe 'VmpoolerProviderGce' do
|
||||
context 'when creating class ' do
|
||||
it 'sets a version' do
|
||||
expect(VmpoolerProviderGce::VERSION).not_to be_nil
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue