From cb8076313e5783738bd4ee9a8725fb9e78cff777 Mon Sep 17 00:00:00 2001 From: ArtOfCode- <hello@artofcode.co.uk> Date: Sun, 13 Dec 2020 16:31:06 +0000 Subject: [PATCH] rubocop --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 4e1b5d47b..cab55a4fe 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -46,7 +46,7 @@ class ActiveSupport::TestCase title: 'This is another sample title', body_markdown: 'This is a sample post with some more **Markdown** and [a link](/).', body: '<p>This is a sample post with some more <b>Markdown</b> and <a href="/">a link</a></p>', - tags_cache: ['discussion', 'posts', 'tags', 'edits'], + tags_cache: ['discussion', 'posts', 'tags', 'edits'] ) ) end -- GitLab