[rubygem-sprockets-rails] Enable tests

Josef Stribny jstribny at fedoraproject.org
Fri Aug 9 12:15:31 UTC 2013


commit 98bdb58d583676963da4eb7e867bb64909239f7a
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Aug 9 14:15:17 2013 +0200

    Enable tests

 rubygem-sprockets-rails.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-sprockets-rails.spec b/rubygem-sprockets-rails.spec
index e0381cf..751c382 100644
--- a/rubygem-sprockets-rails.spec
+++ b/rubygem-sprockets-rails.spec
@@ -2,11 +2,11 @@
 %global gem_name sprockets-rails
 
 # Disable tests for this build due to broken rubygem-rack dep in rawhide
-%global enable_test 0
+%global enable_test 1
 
 Name: rubygem-%{gem_name}
 Version: 2.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Sprockets Rails integration
 Group: Development/Languages
 License: MIT
@@ -76,7 +76,10 @@ pushd ./%{gem_instdir}
 # Running the test suite separately works fine
 testrb -Ilib test/test_helper.rb
 testrb -Ilib test/test_task.rb
-testrb -Ilib test/test_railtie.rb
+
+# We need minitest 4.7.5. Disable for now.
+# https://github.com/seattlerb/minitest/pull/275
+#testrb -Ilib test/test_railtie.rb
 popd
 %endif
 
@@ -94,6 +97,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Thu Aug 08 2013 Josef Stribny <jstribny at redhat.com> - 2.0.0-3
+- Enable tests
+
 * Wed Jul 31 2013 Josef Stribny <jstribny at redhat.com> - 2.0.0-2
 - Disable tests for now due to broken deps in Rails
 


More information about the scm-commits mailing list