Package: ruby-zentest / 4.11.0-4

Metadata

Package Version Patches format
ruby-zentest 4.11.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0003 fix tests with ruby23.patch | (download)

test/test_zentest.rb | 16 0 + 16 - 0 !
1 file changed, 16 deletions(-)

 fix tests with ruby2.3
 This test use TrueClass and your public methods to generate a TestTrueClass.
 From ruby2.2 to ruby2.3 have some changes in public methods, in ruby2.3 have
 '===' (equals3) method and ruby2.2 do not have it. So the test is removed,
 because it will fail in one of the ruby version at least.
remove require rubygems.patch | (download)

lib/autotest.rb | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 remove require 'rubygems'

Gems should not require rubygems to work.

0001 Expand autodiscovery to autotest discover .rb.patch | (download)

lib/autotest.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] expand autodiscovery to autotest/discover*.rb

This allows projects to provide multiple auto discovery files for better
organization

Submitted upstream: https://github.com/seattlerb/zentest/pull/65