Sha256: 432ccecc42d13ea50a8378be539037a316621a29b87c3b8b7699ba2dcaf7a3ff

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

require 'rails_helper'

module MnoEnterprise
  RSpec.describe Jpi::V1::Impac::DashboardTemplatesController, type: :routing do
    routes { MnoEnterprise::Engine.routes }

    it 'routes to #index' do
      expect(get('/jpi/v1/impac/dashboard_templates')).to route_to('mno_enterprise/jpi/v1/impac/dashboard_templates#index')
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 spec/routing/mno_enterprise/jpi/v1/impac/dashboard_templates_controller_routing_spec.rb
mno-enterprise-api-3.3.3 spec/routing/mno_enterprise/jpi/v1/impac/dashboard_templates_controller_routing_spec.rb
mno-enterprise-api-3.3.2 spec/routing/mno_enterprise/jpi/v1/impac/dashboard_templates_controller_routing_spec.rb