Sha256: 7e1418684165728c94d1c80b999b7eb8eaf9268f2d1fdda93613c09e869465af

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

require 'fedux_org/stdlib/filesystem'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git_hook-pre_receive-0.1.0 spec/support/filesystem.rb
git_hook-pre_receive-0.0.2 spec/support/filesystem.rb