Sha256: db2560fd869832c723effafb68e949708a0bf569a8947c19da09e93c335c3f1e
Contents?: true
Size: 307 Bytes
Versions: 15
Compression:
Stored size: 307 Bytes
Contents
require 'spec_helper' describe MB::API::Application do subject { described_class } it "has V1 mounted at '/'" do endpoint = subject.endpoints.find { |endpoint| endpoint.options[:app] == MB::API::V1 } expect(endpoint).to_not be_nil expect(endpoint.options[:path]).to include('/') end end
Version data entries
15 entries across 15 versions & 1 rubygems