aws-missing-tools/spec/support/fake_ec2.rb

12 lines
123 B
Ruby
Raw Normal View History

module AWS
class FakeEC2
def initialize
end
class Instance
def initialize
end
end
end
end