projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Fix #389 Support the use of install-cli in HTTP proxy environment #438

Closed coolbrg closed 8 years ago

coolbrg commented 8 years ago

Fix #389

cc @hferentschik

coolbrg commented 8 years ago

@hferentschik Updated the PR with the implementation we discussed.

Can't able to get rid of .......++++ log while running the test

$ bundle exec rake test
Run options: --seed 55954

# Running:

.......................++++++
..++++++
.........................++++++
.........................++++++
.....................

Finished in 22.987628s, 1.9576 runs/s, 4.5242 assertions/s.

45 runs, 104 assertions, 0 failures, 0 errors, 0 skips
hferentschik commented 8 years ago

test this please

hferentschik commented 8 years ago

I created follow up pull request #439. I felt we kept talking past each other regarding the design of this.

hferentschik commented 8 years ago

Superseded by #439