Sha256: fd71b61abdb6d00570d31488aedff2b5eb036b2b6aa57273689792a2c179d14f
Contents?: true
Size: 169 Bytes
Versions: 38
Compression:
Stored size: 169 Bytes
Contents
shared_context 'API' do include Rack::Test::Methods def app $app ||= Cellect::Server::API.new end def json Oj.strict_load last_response.body end end
Version data entries
38 entries across 38 versions & 2 rubygems