summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-04-08 14:58:08 -0500
committerDouwe Maan <douwe@selenight.nl>2017-04-08 14:58:08 -0500
commit1817f877e19628417dd8209f070386b111de59c4 (patch)
tree597679f8c2e1051f7c6317bb33dc797776c8a3d7 /spec
parenta8339fe1aa95d489e00cb0b79a20557d711639ec (diff)
downloadgitlab-ce-1817f877e19628417dd8209f070386b111de59c4.tar.gz
Some code tweaks
Diffstat (limited to 'spec')
-rw-r--r--spec/features/merge_requests/merge_request_versions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_requests/merge_request_versions_spec.rb b/spec/features/merge_requests/merge_request_versions_spec.rb
index 2577336bf0f..2f627004578 100644
--- a/spec/features/merge_requests/merge_request_versions_spec.rb
+++ b/spec/features/merge_requests/merge_request_versions_spec.rb
@@ -66,7 +66,7 @@ feature 'Merge Request versions', js: true, feature: true do
end
it 'show the message about disabled comments' do
- expect(page).to have_content 'Comment creation is disabled'
+ expect(page).to have_content 'Comments are disabled'
end
it 'show diff between new and old version' do