[rubygem-railties] Fix the test guard.

Vít Ondruch vondruch at fedoraproject.org
Wed Mar 20 13:00:17 UTC 2013


commit 23947ff4a8aad168888649887fefd310e9ba5c76
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Mar 20 13:43:57 2013 +0100

    Fix the test guard.

 rubygem-railties.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index aac5f9b..87d5997 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -112,7 +112,7 @@ tar xzf %{SOURCE2}
 
 # TODO: Test are not yet in the best state.
 ruby -e 'Dir.glob("test/**/*_test.rb").each {|t| require t}' \
-  | grep "822 tests, 2040 assertions, 71 failures, 299 errors, 0 skips"
+  | grep "822 tests, 2038 assertions, 73 failures, 299 errors, 0 skips"
 popd
 %endif
 


More information about the scm-commits mailing list