diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-20 14:17:21 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-20 14:17:21 +0000 |
commit | b2daf9f16892f362f57a4a0f7990dbc2f6ab8429 (patch) | |
tree | 2317a6050106b746b556f4cdedbdecc4dd272775 /spec | |
parent | 3ef1e76659d0d583a2fd72d86309c2ba6816a316 (diff) | |
download | gitlab-ce-b2daf9f16892f362f57a4a0f7990dbc2f6ab8429.tar.gz |
Fix broken test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects/pipelines/pipelines_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb index 5a4d14d2f95..57abbf5d7a4 100644 --- a/spec/features/projects/pipelines/pipelines_spec.rb +++ b/spec/features/projects/pipelines/pipelines_spec.rb @@ -217,7 +217,7 @@ describe "Pipelines", feature: true, js:true do it do expect(page).to have_http_status(:ok) - expect(JSON.parse(page.source)).to include("html") + expect(page.source).to include("html") end end |