Sha256: 85fb28fb33c2addb1ffbcd87f8520569800746cb322ca795077d3deca9698843

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

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

  describe 'GET #index' do
    it 'returns a success response' do
      get :index
      expect(response).to be_successful
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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