Sha256: 5655543f1e248b2b811abafbdf39c5442ddd80b0a83bc37e4633e2c68c57f30d

Contents?: true

Size: 297 Bytes

Versions: 30

Compression:

Stored size: 297 Bytes

Contents

require "rails_helper"

module MnoEnterprise
  RSpec.describe OrgInvitesController, type: :routing do
    routes { MnoEnterprise::Engine.routes }
    
    it "routes to #show" do
      expect(get("/org_invites/1")).to route_to("mno_enterprise/org_invites#show", id: '1')
    end
        
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.3.3 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.3.2 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.2.1 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.3.1 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.3.0 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.2.0 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.1.4 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.0.7 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-2.0.9 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.1.3 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.0.6 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-2.0.8 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.1.2 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.0.5 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-2.0.7 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-2.0.6 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-2.0.5 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.1.1 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb
mno-enterprise-api-3.0.4 spec/routing/mno_enterprise/org_invites_controller_routing_spec.rb