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