Sha256: 06b4490239256d9242d7b00a5676d3f7bbdfde0d71a7cd1831bdd26908d1d664

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

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