lostisland / hurley

DEAD project, don't use
MIT License
177 stars 21 forks source link

add desc about addressable for script/test #14

Closed rusikf closed 9 years ago

rusikf commented 9 years ago

In test/helper.rb exists feature

if ENV["HURLEY_ADDRESSABLE"]
  require "addressable/uri"
end

So, add description for it. _Notes: May be it will be nice to concise it from HURLEY_ADDRESSABLE to ADDRESSABLE?_

technoweenie commented 9 years ago

Thanks for the patch.

May be it will be nice to concise it from HURLEY_ADDRESSABLE to ADDRESSABLE?

I just don't want hurley test flags to interfere with other possible environment variables.