Sha256: 9d0d27d1f21405174677f88af2263db890be2569eb440c6d20f9d1c8d744936f

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

RSpec.describe RedisWebManager::ConfigurationController, type: :routing do
  routes { RedisWebManager::Engine.routes }

  describe 'routing' do
    it 'routes to #index' do
      expect(get: '/configuration').to(
        route_to('redis_web_manager/configuration#index')
      )
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redis_web_manager-0.2.1 spec/routing/configuration_controller_spec.rb
redis_web_manager-0.2.0 spec/routing/configuration_controller_spec.rb
redis_web_manager-0.1.8 spec/routing/configuration_controller_spec.rb
redis_web_manager-0.1.6 spec/routing/configuration_controller_spec.rb