Sha256: 68542b42efbd7a6bc0736317e1291d39111d3b4ea9e7b4757deb65e7f3497559
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' RSpec.describe RedisWebManager::ActionsController, type: :controller do routes { RedisWebManager::Engine.routes } describe 'DELETE #flushdb' do end describe 'DELETE #flushall' do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis_web_manager-0.1.6 | spec/controllers/redis_web_manager/actions_controller_spec.rb |