Class: Awspec::Stub
- Inherits:
-
Object
- Object
- Awspec::Stub
- Defined in:
- lib/awspec/stub.rb
Class Method Summary collapse
Class Method Details
.load(type) ⇒ Object
5 6 7 |
# File 'lib/awspec/stub.rb', line 5 def self.load(type) require "#{File.dirname(__FILE__)}/stub/#{type}" end |