Sha256: c8abdd00c055ad5001aeafafdbc8994fb994faebfb9545a8b87ab8a1ad4f3afd

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

RSpec.describe RedisWebManager::InformationController, 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/information_controller_spec.rb
redis_web_manager-0.2.0 spec/controllers/redis_web_manager/information_controller_spec.rb
redis_web_manager-0.1.8 spec/controllers/redis_web_manager/information_controller_spec.rb
redis_web_manager-0.1.6 spec/controllers/redis_web_manager/information_controller_spec.rb