Appease the robot dog

This commit is contained in:
Andreas Nedbal 2022-08-21 04:25:17 +02:00 committed by Andreas Nedbal
parent 6e80598b35
commit 9c159bd5cc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe Moderation::QuestionsController, type: :controller do
let(:user) { FactoryBot.create :user, roles: ["moderator"] } let(:user) { FactoryBot.create :user, roles: ["moderator"] }
describe "#index" do describe "#index" do
subject { get :index, params: params } subject { get :index, params: }
let(:params) { { author_identifier: "test" } } let(:params) { { author_identifier: "test" } }