Enable tests again
This commit is contained in:
parent
c0cd6b602f
commit
c0316e6a2e
@ -3,7 +3,7 @@
|
|||||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||||
%global fullver %{majorver}%{?preminorver}
|
%global fullver %{majorver}%{?preminorver}
|
||||||
|
|
||||||
%global fedorarel 0.1
|
%global fedorarel 1
|
||||||
|
|
||||||
%global gem_name rspec-core
|
%global gem_name rspec-core
|
||||||
|
|
||||||
@ -13,7 +13,7 @@
|
|||||||
%if 0%{?fedora} >= 25
|
%if 0%{?fedora} >= 25
|
||||||
# Disable test for now due to cucumber v.s. gherkin dependency issue
|
# Disable test for now due to cucumber v.s. gherkin dependency issue
|
||||||
# pulled by aruba
|
# pulled by aruba
|
||||||
%global need_bootstrap_set 1
|
%global need_bootstrap_set 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Rspec-2 runner and formatters
|
Summary: Rspec-2 runner and formatters
|
||||||
@ -158,6 +158,9 @@ ruby -rubygems -Ilib/ -S exe/rspec || \
|
|||||||
%{gem_docdir}
|
%{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-1
|
||||||
|
- Enable tests again
|
||||||
|
|
||||||
* Mon Nov 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-0.1
|
* Mon Nov 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-0.1
|
||||||
- 3.7.0
|
- 3.7.0
|
||||||
- Once disable tests
|
- Once disable tests
|
||||||
|
Loading…
Reference in New Issue
Block a user