Sha256: 2f5013bb23e03fac7d43d9aefa7e9e87330bf46d069e799b579697aa1c3ab2bd

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

# encoding: utf-8

require 'simplecov'
SimpleCov.start

$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'git_hook-pre_receive'

# Pull in all of the gems including those in the `test` group
require 'bundler'
Bundler.require :default, :test, :development

Dir.glob(File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }

include Git

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git_hook-pre_receive-0.1.0 spec/spec_helper.rb
git_hook-pre_receive-0.0.2 spec/spec_helper.rb