Package: ruby-bogus / 0.1.7-1

Metadata

Package Version Patches format
ruby-bogus 0.1.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_relative_import_from_tests.patch | (download)

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

 removing relative import from spec.
 One of the tests was accessing the file bogus.rb using a relative import.
 However, this approach would not work when running the test for autopkgtest.
 Therefore, this patch updates the path were to find the necessary file.

require_instead_of_gem.patch | (download)

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

 use the standard require method to load minitest
 instead of the gem command. Dependencies are installed via the
 system package manager.
clean_spec_helper.patch | (download)

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

 remove simplecov/coveralls configuration from spec/helper.rb
 running test coverage is not needed when building the package