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.11.9 spec/acceptance/schema_spec.rb
brief-1.11.8 spec/acceptance/schema_spec.rb
brief-1.11.7 spec/acceptance/schema_spec.rb
brief-1.11.6 spec/acceptance/schema_spec.rb
brief-1.11.5 spec/acceptance/schema_spec.rb
brief-1.11.4 spec/acceptance/schema_spec.rb
brief-1.11.3 spec/acceptance/schema_spec.rb
brief-1.11.2 spec/acceptance/schema_spec.rb
brief-1.11.1 spec/acceptance/schema_spec.rb
brief-1.11.0 spec/acceptance/schema_spec.rb
brief-1.10.1 spec/acceptance/schema_spec.rb
brief-1.10.0 spec/acceptance/schema_spec.rb
brief-1.9.14 spec/acceptance/schema_spec.rb
brief-1.9.13 spec/acceptance/schema_spec.rb
brief-1.9.12 spec/acceptance/schema_spec.rb
brief-1.9.11 spec/acceptance/schema_spec.rb
brief-1.9.9 spec/acceptance/schema_spec.rb
brief-1.9.8 spec/acceptance/schema_spec.rb
brief-1.9.7 spec/acceptance/schema_spec.rb
brief-1.9.6 spec/acceptance/schema_spec.rb