Sha256: 1fecbbef43fe1aada719013e32cc77cdc48f9e8141a35d9540d20b3b49f88db3
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
require 'fedux_org_stdlib/filesystem' module ProxyTester module SpecHelper module Filesystem include FeduxOrgStdlib::Filesystem def root_directory ::File.expand_path('../../../', __FILE__) end end end end # encoding: utf-8 RSpec.configure do |c| c.include ProxyTester::SpecHelper::Filesystem c.before(:each) { cleanup_working_directory } end
Version data entries
6 entries across 6 versions & 1 rubygems