diff --git a/spec/helpers/gitlab_markdown_helper_spec.rb b/spec/helpers/gitlab_markdown_helper_spec.rb index 6a2ddf717a..1f490ba234 100644 --- a/spec/helpers/gitlab_markdown_helper_spec.rb +++ b/spec/helpers/gitlab_markdown_helper_spec.rb @@ -366,20 +366,10 @@ describe GitlabMarkdownHelper do to match(%r{Apply !#{merge_request.iid}}) end - it "should handle tables" do - skip "rspeicher - Aren't we just testing Redcarpet here?" - - actual = %Q{| header 1 | header 2 | -| -------- | -------- | -| cell 1 | cell 2 | -| cell 3 | cell 4 |} - - expect(markdown(actual)).to match(/\Asome code from $#{snippet.id}\nhere too\n\n"