Package: ruby-adsf / 1.4.5+dfsg1-1

Metadata

Package Version Patches format
ruby-adsf 1.4.5+dfsg1-1 3.0 (quilt)

Patch series

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

adsf-live/test/helper.rb | 12 0 + 12 - 0 !
adsf/test/helper.rb | 12 0 + 12 - 0 !
2 files changed, 24 deletions(-)

 remove simplecov/codecov from test helpers
no_faye_websocket.patch | (download)

adsf-live/test/helper.rb | 1 0 + 1 - 0 !
adsf-live/test/test_watcher.rb | 4 2 + 2 - 0 !
adsf/test/helper.rb | 1 0 + 1 - 0 !
adsf/test/test_server.rb | 2 1 + 1 - 0 !
4 files changed, 3 insertions(+), 5 deletions(-)

 disable a test while gem faye-websocket is not packaged
proxy safe tests.patch | (download)

adsf/test/test_server.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix test suite to work when a proxy environment is configured
 If http_proxy is set in the environment, test_non_local_interfaces fails
 because it tries to connect via the proxy when it should be connecting to
 a local server instead.  Simply remove this setting from the environment to
 let the test pass.
adsf test_version require adsf live version explicit.patch | (download)

adsf/test/test_version.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 adsf: test_version: require adsf/live/version explicitly

This is not necessary when running under bundle exec.