From 98bdb58d583676963da4eb7e867bb64909239f7a Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Aug 09 2013 12:15:17 +0000 Subject: Enable tests --- 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 - 2.0.0-3 +- Enable tests + * Wed Jul 31 2013 Josef Stribny - 2.0.0-2 - Disable tests for now due to broken deps in Rails