Class: RSpecAPITest

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec_api_test/http_helpers.rb

Defined Under Namespace

Modules: HTTPHelpers

Class Method Summary collapse

Class Method Details

.configObject



9
10
11
# File 'lib/rspec_api_test/http_helpers.rb', line 9

def self.config
  @config ||= {}
end

.config=(config) ⇒ Object



5
6
7
# File 'lib/rspec_api_test/http_helpers.rb', line 5

def self.config=(config)
  @config = config
end