class RSpecAPITest

Public Class Methods

config() click to toggle source
# File lib/rspec_api_test/http_helpers.rb, line 9
def self.config
  @config ||= {}
end
config=(config) click to toggle source
# File lib/rspec_api_test/http_helpers.rb, line 5
def self.config=(config)
  @config = config
end