more spec'd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Kneuker 2022-10-12 14:11:11 +02:00
parent d5b710dd9e
commit a72495b741
5 changed files with 95 additions and 5 deletions

View file

@ -5,7 +5,6 @@ require 'spec_helper'
class DummyAuthController < ApplicationController; end
describe 'Auth concern', type: :controller do
controller DummyAuthController do
# Defining a dummy action for an anynomous controller which inherits from the described class.
def authenticate_blank