From 2c0f375f13cafa305237c306f423b1dd9ea70a23 Mon Sep 17 00:00:00 2001 From: Jared Deckard Date: Sat, 13 Aug 2016 00:13:39 -0500 Subject: Fix inline comment images by removing wrapper #20890 --- spec/features/atom/users_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/atom') 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>]*>]*>]*\/><\/a><\/div>/ + expect(body).to match /Here is the fix: ]*>]*\/><\/a>/ end end end -- cgit v1.2.3