Method: WebMock::Resources::Factory.create

Defined in:
lib/webmock-resources/factory.rb

.create(resource_name, attributes = {}) ⇒ Object



4
5
6
7
8
# File 'lib/webmock-resources/factory.rb', line 4

def self.create resource_name, attributes = {}
  p "DEPRECATED: please use WebMock::Resources.create instead"

  WebMock::Resources.create resource_name, attributes
end