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

doc_file_test.rb « unit « test - github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c296771b29686f52d91e2d8cfb78a4c70cbf76d (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "test_helper"

class DocFileTest < ActiveSupport::TestCase

  should have_many :doc_versions

end