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.9.4 spec/acceptance/schema_spec.rb
brief-1.9.3 spec/acceptance/schema_spec.rb
brief-1.9.2 spec/acceptance/schema_spec.rb
brief-1.9.1 spec/acceptance/schema_spec.rb
brief-1.9.0 spec/acceptance/schema_spec.rb
brief-1.8.12 spec/acceptance/schema_spec.rb
brief-1.8.11 spec/acceptance/schema_spec.rb
brief-1.8.10 spec/acceptance/schema_spec.rb
brief-1.8.9 spec/acceptance/schema_spec.rb
brief-1.8.8 spec/acceptance/schema_spec.rb
brief-1.8.6 spec/acceptance/schema_spec.rb
brief-1.8.5 spec/acceptance/schema_spec.rb
brief-1.8.4 spec/acceptance/schema_spec.rb
brief-1.8.3 spec/acceptance/schema_spec.rb
brief-1.8.2 spec/acceptance/schema_spec.rb
brief-1.8.1 spec/acceptance/schema_spec.rb
brief-1.8.0 spec/acceptance/schema_spec.rb
brief-1.7.3 spec/acceptance/schema_spec.rb
brief-1.7.2 spec/acceptance/schema_spec.rb
brief-1.7.1 spec/acceptance/schema_spec.rb