summaryrefslogtreecommitdiff
path: root/spec/helpers/notes_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/notes_helper_spec.rb')
-rw-r--r--spec/helpers/notes_helper_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/helpers/notes_helper_spec.rb b/spec/helpers/notes_helper_spec.rb
index 853b8b2f7f7..9c577501f00 100644
--- a/spec/helpers/notes_helper_spec.rb
+++ b/spec/helpers/notes_helper_spec.rb
@@ -39,8 +39,7 @@ describe NotesHelper do
describe '#preload_max_access_for_authors' do
before do
- # #preload_max_access_for_authors would read cache from RequestStore,
- # so we should make sure it's clean.
+ # This method reads cache from RequestStore, so make sure it's clean.
RequestStore.clear!
end