Sha256: 470d62f33ae066c2588c312f74d3841af336579a16ca41f0a8e1f934b603a182

Contents?: true

Size: 249 Bytes

Versions: 3

Compression:

Stored size: 249 Bytes

Contents

require 'spec_helper'

describe Grape::API do

  it "added combined-routes" do
    Grape::API.should respond_to :combined_routes
  end

  it "added add_swagger_documentation" do
    Grape::API.should respond_to :add_swagger_documentation
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
grape-swagger-0.7.2 spec/grape-swagger_spec.rb
grape-swagger-0.7.1 spec/grape-swagger_spec.rb
grape-swagger-0.7.0 spec/grape-swagger_spec.rb