Sha256: a6968f049bef1eb833fdbe14a81a25425c6ea7143742d5b98631aafd5e4b0a52
Contents?: true
Size: 387 Bytes
Versions: 10
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Grape::API do it 'added combined-routes' do expect(Grape::API).to respond_to :combined_routes end it 'added add_swagger_documentation' do expect(Grape::API).to respond_to :add_swagger_documentation end it 'added combined-namespaces' do expect(Grape::API).to respond_to :combined_namespaces end end
Version data entries
10 entries across 10 versions & 1 rubygems