Sha256: 2b9e37c2d4a0ce0376fa2ef521183aeac5ed4195851098467b8317ebe14eff8c
Contents?: true
Size: 331 Bytes
Versions: 89
Compression:
Stored size: 331 Bytes
Contents
require "spec_helper" describe "Briefcase Document Schema", :type => :request do it "gives me information about the schema" do get("/schema") expect(last_response.status).to eq(200) end it "gives me information about a document type" do get("/schema/epic") expect(last_response.status).to eq(200) end end
Version data entries
89 entries across 89 versions & 1 rubygems