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

Version Path
brief-1.7.0 spec/acceptance/schema_spec.rb
brief-1.6.1 spec/acceptance/schema_spec.rb
brief-1.6.0 spec/acceptance/schema_spec.rb
brief-1.5.2 spec/acceptance/schema_spec.rb
brief-1.5.1 spec/acceptance/schema_spec.rb
brief-1.5.0 spec/acceptance/schema_spec.rb
brief-1.4.4 spec/acceptance/schema_spec.rb
brief-1.4.2 spec/acceptance/schema_spec.rb
brief-1.4.1 spec/acceptance/schema_spec.rb