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:
authorSimon Knox <simon@gitlab.com>2017-12-01 01:44:41 +0300
committerFatih Acet <acetfatih@gmail.com>2017-12-01 01:44:41 +0300
commitf8efaf1bf8c0f95bd7c1463e940f05da10f15a47 (patch)
tree9b3ddccf2a34b01c127dda945fe5779f6337eb6d /spec/features/issuables
parent3a8d646f25ff94c9886ca4c60aa313479db88848 (diff)
issue note store
Diffstat (limited to 'spec/features/issuables')
-rw-r--r--spec/features/issuables/discussion_lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issuables/discussion_lock_spec.rb b/spec/features/issuables/discussion_lock_spec.rb
index 7ea29ff252b..ecbe51a7bc2 100644
--- a/spec/features/issuables/discussion_lock_spec.rb
+++ b/spec/features/issuables/discussion_lock_spec.rb
@@ -14,7 +14,7 @@ describe 'Discussion Lock', :js do
project.add_developer(user)
end
- context 'when the discussion is unlocked' do
+ context 'when the discussion is unlocked' do
it 'the user can lock the issue' do
visit project_issue_path(project, issue)