[DRE-commits] [SCM] ruby-childprocess.git branch, master, updated. debian/0.3.1-1-2-ge366344

Cédric Boutillier cedric.boutillier at gmail.com
Sat Mar 31 15:49:38 UTC 2012


The following commit has been merged in the master branch:
commit dda480f8cfdfbe61b03404c80785a000d716d669
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Mar 31 17:39:30 2012 +0200

    Avoid loading twice shared examples in tests (Closes: #665262)
    
    pid_behavior.rb contains shared examples already required by tests
    needing them. Loading them more than once yields an error with newer
    versions of RSpec.
    Removing it from ruby-test-files.yaml, together with spec_helper.rb
    which is already required by the test files.

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index db08692..dd821e0 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -3,7 +3,5 @@
 - spec/childprocess_spec.rb
 - spec/io_spec.rb
 - spec/jruby_spec.rb
-- spec/pid_behavior.rb
-- spec/spec_helper.rb
 - spec/unix_spec.rb
 - spec/windows_spec.rb

-- 
ruby-childprocess.git



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