From be5643957296f2f1fae3b73a936bed9035dea99c Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 28 Jun 2022 02:01:05 +0200 Subject: [PATCH] Appease the dog overlords --- spec/controllers/settings/privacy_controller_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/controllers/settings/privacy_controller_spec.rb b/spec/controllers/settings/privacy_controller_spec.rb index 86333220..ad47b751 100644 --- a/spec/controllers/settings/privacy_controller_spec.rb +++ b/spec/controllers/settings/privacy_controller_spec.rb @@ -23,9 +23,9 @@ describe Settings::PrivacyController, type: :controller do let(:user_params) do { privacy_allow_anonymous_questions: false, - privacy_allow_public_timeline: false, - privacy_allow_stranger_answers: false, - privacy_show_in_search: false, + privacy_allow_public_timeline: false, + privacy_allow_stranger_answers: false, + privacy_show_in_search: false } end @@ -47,4 +47,4 @@ describe Settings::PrivacyController, type: :controller do end end end -end \ No newline at end of file +end