Sha256: b4f49175d148a1ec4e8b3891d1368afeed337b3bd46f810e5dcd08520e3b20e5
Contents?: true
Size: 405 Bytes
Versions: 13
Compression:
Stored size: 405 Bytes
Contents
# encoding: utf-8 require 'fedux_org/stdlib/filesystem' module ProxyPacRb module SpecHelper module Filesystem include FeduxOrg::Stdlib::Filesystem def root_directory ::File.expand_path('../../../', __FILE__) end end end end # encoding: utf-8 RSpec.configure do |c| c.include ProxyPacRb::SpecHelper::Filesystem c.before(:each) { cleanup_working_directory } end
Version data entries
13 entries across 13 versions & 1 rubygems