Commit 380db376 authored by Brett Walker's avatar Brett Walker Committed by Fatih Acet

Fix rubocop errors

parent 26f5c7aa
...@@ -188,8 +188,10 @@ describe 'Task Lists' do ...@@ -188,8 +188,10 @@ describe 'Task Lists' do
describe 'nested tasks', :js do describe 'nested tasks', :js do
let(:cache_version) { CacheMarkdownField::CACHE_COMMONMARK_VERSION } let(:cache_version) { CacheMarkdownField::CACHE_COMMONMARK_VERSION }
let!(:issue) { create(:issue, description: nested_tasks_markdown, author: user, project: project, let!(:issue) do
cached_markdown_version: cache_version) } create(:issue, description: nested_tasks_markdown, author: user, project: project,
cached_markdown_version: cache_version)
end
before do before do
visit_issue(project, issue) visit_issue(project, issue)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment