Sha256: 5a46acc9890360fa782e25617af8086d259f9fe1d2ffd846958e03d429ff080a
Contents?: true
Size: 242 Bytes
Versions: 30
Compression:
Stored size: 242 Bytes
Contents
require 'rails_helper' RSpec.describe 'routing to dashboard', type: :routing do it 'routes GET /admin to dashboard#analytics' do expect(get: '/admin').to route_to( controller: 'admin/admin', action: 'root' ) end end
Version data entries
30 entries across 30 versions & 1 rubygems