Sha256: 6bcfc748c1a672a1d1215517829e0d9c45eb7c06b0e9be16843eb3bd4eb7c9ae
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
require 'rails_helper' RSpec.describe 'routing to settings', type: :routing do it 'routes GET /admin/settings/configuration to admin/settings#edit' do expect(get: '/admin/settings/configuration').to route_to( controller: 'admin/settings', action: 'edit', config: 'configuration' ) end end
Version data entries
4 entries across 4 versions & 1 rubygems