diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-08-16 10:00:13 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-08-16 10:00:13 +0200 |
commit | 5b52da9c32842849f0b6430a6a820fc7456b4841 (patch) | |
tree | d9d2528fd04d1344a549db9afbfe4a3fd457f297 /spec/helpers/notes_helper_spec.rb | |
parent | 7cdb5173f105247463a96f6526868627f0b26a85 (diff) | |
download | gitlab-ce-5b52da9c32842849f0b6430a6a820fc7456b4841.tar.gz |
Revert unrelevant changespipeline-hooks-without-slack
Diffstat (limited to 'spec/helpers/notes_helper_spec.rb')
-rw-r--r-- | spec/helpers/notes_helper_spec.rb | 3 |
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 |