Sha256: 368653bb26d265c96cb602a645aaaebf9b2abb53c88c1a0a87b0e2ce2efb3fcb
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
require 'multi_json' module Rodent module Test module Helpers def request(path, *args) @rodent_response = MultiJson.load(api.route(path).call(*args)) end def response @rodent_response end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rodent-0.0.7 | lib/rodent/test_helpers.rb |
rodent-0.0.6 | lib/rodent/test_helpers.rb |