Package: ruby-rspec / 3.8.0c0e1m0s0-1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-rspec | 3.8.0c0e1m0s0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
gemspecs.patch | (download) |
rspec-core/rspec-core.gemspec |
95 52 43 - 0 ! |
diff between upstream source gemspecs and the ones regenerated by ./debian/rules gen-gemspecs. To be updated at every new upstream version |
add vendor ruby to caller paths.patch | (download) |
rspec-support/lib/rspec/support/caller_filter.rb |
2 1 1 - 0 ! |
adapt regex to determine callers 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. This problem has moved from rspec-core to rspec-support with rspec 3.x. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737734 |
disable_specs_assuming_they_are_first_caller.patch | (download) |
rspec-core/spec/rspec/core/formatters/documentation_formatter_spec.rb |
2 1 1 - 0 ! |
disable some failing specs because the backtrace contains a reference to debian/ruby-tests.rb |
path_to_executable.patch | (download) |
rspec-core/lib/rspec/core.rb |
3 2 1 - 0 ! |
fix path to rspec executable |
skip_coverage.patch | (download) |
rspec-expectations/spec/spec_helper.rb |
6 3 3 - 0 ! |
disable the use of simplecov in tests |
caller_filter_spec_for_debian.patch | (download) |
rspec-support/spec/rspec/support/caller_filter_spec.rb |
2 1 1 - 0 ! |
match rspec path in $load_path as containing vendor_ruby This corresponds to the canonical path for a Ruby library installed systemwide by the package manager. |
fix_encoding.patch | (download) |
rspec-core/spec/rspec/core/formatters/exception_presenter_spec.rb |
2 2 0 - 0 ! |
force default external encoding to utf-8 This is required to make specs relying on Unicode characters to pass in building environment with C locale. |
disable_no_warning_spec_rspec support.patch | (download) |
rspec-support/spec/rspec/support_spec.rb |
12 6 6 - 0 ! |
disable spec testing if warnings are issued when loading rspec-support and rspec-core in order to make encoding related specs pass, we need to set the external encoding, which sends a warning, making this spec to fail. Disable, waiting for a better solution. |
fix rake task.patch | (download) |
rspec-core/lib/rspec/core/rake_task.rb |
12 1 11 - 0 ! |
fix patch to rspec binary On Debian rspec is always on /usr/bin |
failed_specs.patch | (download) |
rspec-core/spec/rspec/core/configuration/only_failures_support_spec.rb |
2 1 1 - 0 ! |
a collection of currently failing tests Needs more investigation |