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 filePatch | File delta | Description |
---|---|---|
clean_test_helper.patch | (download) |
adsf-live/test/helper.rb |
12 0 + 12 - 0 ! |
remove simplecov/codecov from test helpers |
no_faye_websocket.patch | (download) |
adsf-live/test/helper.rb |
1 0 + 1 - 0 ! |
disable a test while gem faye-websocket is not packaged |
proxy safe tests.patch | (download) |
adsf/test/test_server.rb |
1 1 + 0 - 0 ! |
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 ! |
adsf: test_version: require adsf/live/version explicitly This is not necessary when running under bundle exec. |