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