features/support/environment.rb in proxy_tester-0.1.2 vs features/support/environment.rb in proxy_tester-0.1.3

- old
+ new

@@ -1,12 +1,11 @@ # encoding: utf-8 -require 'fedux_org/stdlib/environment' +require 'fedux_org_stdlib/environment' module ProxyTester module SpecHelper module Environment - include FeduxOrg::Stdlib::Environment - alias_method :with_environment, :isolated_environment + include FeduxOrgStdlib::Environment def mock_stdin(&block) old_stdin = $stdin $stdin = double('stdin')