Sha256: ef7e649ca4a5f36b281dca049de20ddb02b9a73d6c5b19b5cba181e9f3b43251
Contents?: true
Size: 348 Bytes
Versions: 23
Compression:
Stored size: 348 Bytes
Contents
require 'rails_helper' module MnoEnterprise RSpec.describe Jpi::V1::AppInstancesController, type: :routing do routes { MnoEnterprise::Engine.routes } it 'routes to #index' do expect(get('/jpi/v1/organizations/1/app_instances')).to route_to("mno_enterprise/jpi/v1/app_instances#index", organization_id: '1') end end end
Version data entries
23 entries across 23 versions & 1 rubygems