vmpooler-provider-ec2/spec/vmpooler-provider-aws/vmpooler_provider_aws_spec.rb
2022-06-16 15:01:03 -04:00

9 lines
No EOL
188 B
Ruby

require 'rspec'
describe 'VmpoolerProviderAws' do
context 'when creating class ' do
it 'sets a version' do
expect(VmpoolerProviderAws::VERSION).not_to be_nil
end
end
end