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:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-20 18:28:54 +0300
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-30 13:22:55 +0300
commit3ef515f3f111e7b470dbb29ba1c75479aee8dc7b (patch)
tree27f9b889bc7b4ea9dbf2b802c763bdc09e4aad5f /spec/views
parent7dfb204ef9d343888e2fd8327c5a5348b98a76ce (diff)
Refactor fields in view
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/ci/lints/show.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/ci/lints/show.html.haml_spec.rb b/spec/views/ci/lints/show.html.haml_spec.rb
index 620fb0e4821..793b747e7eb 100644
--- a/spec/views/ci/lints/show.html.haml_spec.rb
+++ b/spec/views/ci/lints/show.html.haml_spec.rb
@@ -43,7 +43,7 @@ describe 'ci/lints/show' do
it 'shows error message' do
render
- expect(rendered).to have_content('Status: syntax is incorrec')
+ expect(rendered).to have_content('Status: syntax is incorrect')
expect(rendered).to have_content('Error: Undefined error')
expect(rendered).not_to have_content('Tag list:')
end