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

Version Path
keppler-2.1.22 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.21 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.20 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.19 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.18 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.17 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.16 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.15 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.14 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.13 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.12 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.11 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.10 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.9 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.8 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.7 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.6 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.5 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.4 installer/core/spec/routing/dashboard_spec.rb
keppler-2.1.3 installer/core/spec/routing/dashboard_spec.rb