Sha256: e0dc4f65840fafaea4388e03358fae750447eff856f95391ef0452a11dec30d4
Contents?: true
Size: 304 Bytes
Versions: 186
Compression:
Stored size: 304 Bytes
Contents
require 'spec_helper' describe 'Marty Rails engine routes', type: :request do it 'can reach the rpc endpoint' do get marty.rpc_path(:evaluate, format: :json) post marty.rpc_path(:evaluate, format: :json) end it 'can reach the jobs endpoint' do get marty.job_path(:download) end end
Version data entries
186 entries across 186 versions & 1 rubygems