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:
authorJared Deckard <jared.deckard@gmail.com>2016-08-13 08:13:39 +0300
committerJared Deckard <jared.deckard@gmail.com>2016-08-14 02:31:26 +0300
commit2c0f375f13cafa305237c306f423b1dd9ea70a23 (patch)
treed0ce6ecf9e086e89e73f641916f80be1434b1d5c /spec/features/atom
parent30f5b9a5b711b46f1065baf755e413ceced5646b (diff)
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