Sha256: 540ab20a9fc18c87a9a790e26beeb458dfe080a09d390e486a57248e0004e12b
Contents?: true
Size: 387 Bytes
Versions: 20
Compression:
Stored size: 387 Bytes
Contents
require 'fedux_org/stdlib/filesystem' module TestServer 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 TestServer::SpecHelper::Filesystem c.before(:each) { cleanup_working_directory } end
Version data entries
20 entries across 20 versions & 1 rubygems