class ApiTester::TestHelper

Interface for when things need to be done before or after an api call

Public Instance Methods

after() click to toggle source
# File lib/api-tester/test_helper.rb, line 10
def after; end
before() click to toggle source
# File lib/api-tester/test_helper.rb, line 6
def before; end
retrieve_param(key) click to toggle source
# File lib/api-tester/test_helper.rb, line 8
def retrieve_param(key); end