Sha256: bcffdbabff3eb932c553c387a002e8cc69f7d68eeaa7267b6c3813bbce22538e

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 Bytes

Contents

require 'fedux_org/stdlib/environment'

module Git
  module SpecHelper
    module Environment
      include FeduxOrg::Stdlib::Environment
      alias_method :with_environment, :isolated_environment 
    end
  end
end

# encoding: utf-8
RSpec.configure do |c|
  c.include Git::SpecHelper::Environment
end

Version data entries

2 entries across 2 versions & 1 rubygems

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