Sha256: 08b30d65ffbf684ba3bfd982993b99f2b0afce0c4ef498a657b851e1020f1cfd
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
require 'rails_helper' module CitizenBudgetModel RSpec.describe PagesController, type: :routing do describe 'routing' do routes { Engine.routes } it 'routes to #home' do expect(get: '/').to route_to('citizen_budget_model/pages#home') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems