Remove stale comments about missing test suite parts

Parts of the test suite were missing in the official 1.5.5 release.
This was addressed in 62c46b2 ("Fix FTBFS.", 2017-06-05) and fixed
upstream in fd602b75 ("include entire test suite in gem (PR #1952)",
2016-11-29).  The 1.5.6 release included that fix, but the comment
remained after 46fa0bd ("Update to 1.5.6.1", 2017-08-24).
This commit is contained in:
Todd Zullinger 2019-03-19 11:59:40 -04:00
parent 6eee24f6b7
commit 0737548057

View File

@ -10,10 +10,6 @@ Release: 6%{?dist}
License: MIT
URL: https://github.com/asciidoctor/asciidoctor
Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{pre}.gem
# Parts of the test suite are missing from the package by accident.
# https://github.com/asciidoctor/asciidoctor/pull/1952
# git clone https://github.com/asciidoctor/asciidoctor.git && cd asciidoctor
# git checkout v1.5.5 && tar czvf asciidoctor-1.5.5-tests.tgz test/fixtures test/test_helper.rb
%if 0%{?el7}
Requires: ruby(release)
BuildRequires: ruby(release)