caelum / vraptor-scaffold

VRaptor Scaffold extension to make it easier configuring new projects and plugins
http://vraptor.org
MIT License
55 stars 22 forks source link

fixing http request spec #70

Closed armoucar closed 12 years ago

armoucar commented 12 years ago

fixed the spec that do not run on my machine over proxy. Please, verify a added spec that contains the following assert:

http.should be_true !http.proxy_class?

i could not use:

http.should be_false http.proxy_class?

it broke the test. :/ know why?