Sha256: 0d2096487bc01a3d2591d66c9bcd8f1f1796713e2d7cd8ef42b7f26b2ab200b2
Contents?: true
Size: 405 Bytes
Versions: 6
Compression:
Stored size: 405 Bytes
Contents
# encoding: utf-8 require 'fedux_org_stdlib/filesystem' module ProxyTester module SpecHelper module Filesystem include FeduxOrgStdlib::Filesystem def root_directory ::File.expand_path('../../../', __FILE__) end def working_directory ::File.expand_path('../../../tmp/aruba', __FILE__) end end end end World(ProxyTester::SpecHelper::Filesystem)
Version data entries
6 entries across 6 versions & 1 rubygems