Fix broken test

This commit is contained in:
Filipa Lacerda 2016-12-20 14:17:21 +00:00
parent 3ef1e76659
commit b2daf9f168

View file

@ -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