debian-mirror-gitlab/spec/requests/api/markdown_snapshot_spec.rb
2022-10-11 01:57:18 +05:30

9 lines
316 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
# See https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#markdown-snapshot-testing
# for documentation on this spec.
RSpec.describe API::Markdown, 'Snapshot' do
include_context 'with API::Markdown Snapshot shared context'
end