mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 02:28:40 -05:00
9 lines
No EOL
188 B
Ruby
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 |