Sha256: 6ebd243ef0ab7c1d4dabb8da5124d3679d20e04b496a703fd8467c68b985c76e

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'simplecov'
SimpleCov.command_name 'rspec'
SimpleCov.start

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

require 'filegen'
include Filegen

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
filegen-0.4.3 spec/spec_helper.rb
filegen-0.4.1 spec/spec_helper.rb
filegen-0.4.0 spec/spec_helper.rb