Sha256: fc3cf924a42ebf7596b657f7a146bd53cb9809e118bb4dbb4d3ebcda13369236

Contents?: true

Size: 314 Bytes

Versions: 2

Compression:

Stored size: 314 Bytes

Contents

if ENV['GORILLIB_MODEL_COV']
  require 'simplecov'
  SimpleCov.start do
    add_group 'Specs',   'spec/'
    add_group 'Library', 'lib/'
  end
end

require 'gorillib/model'

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

RSpec.configure do |config|
  include Gorillib::TestHelpers
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gorillib-model-0.0.3 spec/spec_helper.rb
gorillib-model-0.0.1 spec/spec_helper.rb