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.17.14 spec/acceptance/schema_spec.rb
brief-1.17.13 spec/acceptance/schema_spec.rb
brief-1.17.12 spec/acceptance/schema_spec.rb
brief-1.17.11 spec/acceptance/schema_spec.rb
brief-1.17.10 spec/acceptance/schema_spec.rb
brief-1.17.9 spec/acceptance/schema_spec.rb
brief-1.17.8 spec/acceptance/schema_spec.rb
brief-1.17.7 spec/acceptance/schema_spec.rb
brief-1.17.5 spec/acceptance/schema_spec.rb
brief-1.17.4 spec/acceptance/schema_spec.rb
brief-1.17.3 spec/acceptance/schema_spec.rb
brief-1.17.2 spec/acceptance/schema_spec.rb
brief-1.17.1 spec/acceptance/schema_spec.rb
brief-1.17.0 spec/acceptance/schema_spec.rb
brief-1.16.2 spec/acceptance/schema_spec.rb
brief-1.16.1 spec/acceptance/schema_spec.rb
brief-1.16.0 spec/acceptance/schema_spec.rb
brief-1.15.5 spec/acceptance/schema_spec.rb
brief-1.15.4 spec/acceptance/schema_spec.rb
brief-1.15.3 spec/acceptance/schema_spec.rb