Sha256: af1c51478b26cade2aeb330e19860744cd3839ea2d252edf444e71faf3644f7f

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

require 'fedux_org/stdlib/filesystem'

module ProxyTester
  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 ProxyTester::SpecHelper::Filesystem
  c.before(:each) { cleanup_working_directory }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
proxy_tester-0.0.1 spec/support/filesystem.rb