Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2019-01-31 23:31:25 +0300
committerGabriel Mazetto <brodock@gmail.com>2019-01-31 23:31:25 +0300
commit83adf64831d0e4cee0f8af1c4a4efa5d2a7ec1f5 (patch)
tree8f12d95a8bdcf9d3990e8dfa67e24a90e482e18f /spec/features/markdown
parentf38f646c85fb5d8c4bc982e1ac080f274fdb56d8 (diff)
Fix rubocop violations
Diffstat (limited to 'spec/features/markdown')
-rw-r--r--spec/features/markdown/math_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/markdown/math_spec.rb b/spec/features/markdown/math_spec.rb
index 53abb5e3722..16ad0d456be 100644
--- a/spec/features/markdown/math_spec.rb
+++ b/spec/features/markdown/math_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'Math rendering', :js do
- let!(:project) { create(:project, :public) }
+ let!(:project) { create(:project, :public) }
it 'renders inline and display math correctly' do
description = <<~MATH