Sha256: e8ed7faee84dcfcf3b1951ee714ce3ad15b7b8538f716a0714a2cfd8cfef8273
Contents?: true
Size: 298 Bytes
Versions: 30
Compression:
Stored size: 298 Bytes
Contents
require "rails_helper" module MnoEnterprise RSpec.describe InvoicesController, type: :routing do routes { MnoEnterprise::Engine.routes } it "routes to #show" do expect(get("/invoices/201504-NU4")).to route_to("mno_enterprise/invoices#show", id: '201504-NU4') end end end
Version data entries
30 entries across 30 versions & 1 rubygems