[DRE-commits] [SCM] ruby-rspec-core.git branch, master, updated. upstream/2.5.1-17-g4ef689a

Cédric Boutillier cedric.boutillier at gmail.com
Tue Feb 14 22:16:48 UTC 2012


The following commit has been merged in the master branch:
commit 57088a70a701bce7ae07650eaf574d729842bc6d
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Jan 27 09:44:09 2012 +0100

    refresh disable-autotest-in-tests.patch

diff --git a/debian/patches/disable-autotest-in-tests.patch b/debian/patches/disable-autotest-in-tests.patch
index a4c3d4d..99a695e 100644
--- a/debian/patches/disable-autotest-in-tests.patch
+++ b/debian/patches/disable-autotest-in-tests.patch
@@ -1,9 +1,11 @@
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
-@@ -1,5 +1,5 @@
- require 'rspec/core'
--require 'autotest/rspec2'
-+#require 'autotest/rspec2'
+@@ -16,7 +16,7 @@
  
- Dir['./spec/support/**/*.rb'].map {|f| require f}
+ Spork.prefork do
+   require 'rspec/autorun'
+-  require 'autotest/rspec2'
++#  require 'autotest/rspec2'
+   require 'aruba/api'
+   require 'fakefs/spec_helpers'
  

-- 
ruby-rspec-core.git



More information about the Pkg-ruby-extras-commits mailing list