Package: ruby-rspec-core / 2.14.7-2

Metadata

Package Version Patches format
ruby-rspec-core 2.14.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable autotest in tests.patch | (download)

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

 disable autotest in tests
remove rubygems stuff in tests.patch | (download)

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

 remove requirement on rubygems in spec_helper.rb
remove aruba stuff in tests.patch | (download)

spec/spec_helper.rb | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 remove use of aruba in spec_helper.rb
 Aruba is not packaged for Debian (yet). In the mean time, as it is not
 essential for the test suite, anything related to Aruba is commented out in
 spec_helper.rb.
fix commandline test.patch | (download)

spec/rspec/core/command_line_spec.rb | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix 'commandline configures streams before command line options' when no .rspec exists
ruby_test_bin.patch | (download)

spec/rspec/core_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use ruby_test_bin environment variable for ruby executable
fix_first_caller_from_outside_rspec.patch | (download)

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

 adapt first_caller_from_outside_rspec to installation path on debian
 the path of RSpec in Debian does not match /lib/rspec/core
 This was causing file_path metadata to be wrong, breaking file_path filters.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737734