mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
Appease the robot dog
This commit is contained in:
parent
6e80598b35
commit
9c159bd5cc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ describe Moderation::QuestionsController, type: :controller do
|
|||
let(:user) { FactoryBot.create :user, roles: ["moderator"] }
|
||||
|
||||
describe "#index" do
|
||||
subject { get :index, params: params }
|
||||
subject { get :index, params: }
|
||||
|
||||
let(:params) { { author_identifier: "test" } }
|
||||
|
||||
|
|
Loading…
Reference in a new issue