summaryrefslogtreecommitdiff
path: root/spec/features/atom
diff options
context:
space:
mode:
authorJared Deckard <jared.deckard@gmail.com>2016-08-13 00:13:39 -0500
committerJared Deckard <jared.deckard@gmail.com>2016-08-13 18:31:26 -0500
commit2c0f375f13cafa305237c306f423b1dd9ea70a23 (patch)
treed0ce6ecf9e086e89e73f641916f80be1434b1d5c /spec/features/atom
parent30f5b9a5b711b46f1065baf755e413ceced5646b (diff)
downloadgitlab-ce-2c0f375f13cafa305237c306f423b1dd9ea70a23.tar.gz
Fix inline comment images by removing wrapper #20890
Diffstat (limited to 'spec/features/atom')
-rw-r--r--spec/features/atom/users_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/atom/users_spec.rb b/spec/features/atom/users_spec.rb
index a8833194421..5a6f241c102 100644
--- a/spec/features/atom/users_spec.rb
+++ b/spec/features/atom/users_spec.rb
@@ -61,7 +61,7 @@ describe "User Feed", feature: true do
end
it 'has XHTML summaries in merge request descriptions' do
- expect(body).to match /Here is the fix: <\/p><div[^>]*><a[^>]*><img[^>]*\/><\/a><\/div>/
+ expect(body).to match /Here is the fix: <a[^>]*><img[^>]*\/><\/a>/
end
end
end