Class: Awspec::Stub

Inherits:
Object
  • Object
show all
Defined in:
lib/awspec/stub.rb

Class Method Summary collapse

Class Method Details

.load(type) ⇒ Object



3
4
5
# File 'lib/awspec/stub.rb', line 3

def self.load(type)
  require File.dirname(__FILE__) + '/stub/' + type
end