Package: ruby-prawn-table / 0.2.2-2
Metadata
Package | Version | Patches format |
---|---|---|
ruby-prawn-table | 0.2.2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clean_spec_helper.patch | (download) |
spec/spec_helper.rb |
11 1 + 10 - 0 ! |
remove unneeded stuff from spec_helper file - remove call to bundler - remove test coverage - use path relative to LOAD_PATH instead of a require_relative to load prawn/table.rb |
no_require_relative_in_specs.patch | (download) |
spec/cell_spec.rb |
2 1 + 1 - 0 ! |
do not use require_relative in specs Use instead require, and let the interpreter find the lib The tests should not rely on the presence of the lib/ directory for autopkgtest purposes. |
1