Welcome to mirror list, hosted at ThFree Co, Russian Federation.

markdown_golden_master_spec.rb « api « requests « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bb5a1d67ae7e52e9ee42a3a07e47ea015ce330f (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

# See spec/fixtures/markdown/markdown_golden_master_examples.yml for documentation on how this spec works.
RSpec.describe API::Markdown, 'Golden Master', feature_category: :team_planning do
  markdown_yml_file_path = File.expand_path('../../fixtures/markdown/markdown_golden_master_examples.yml', __dir__)
  include_context 'API::Markdown Golden Master shared context', markdown_yml_file_path
end