Sha256: 9bfeceab67e57a95679f9c108a867a914f7ec78066e831b373597146b7fff292

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

with_active_support = !!ENV['LOAD_ACTIVE_SUPPORT']

if with_active_support
  gem 'activesupport'
  require 'active_support/all'
  puts 'ActiveSupport loaded'
end

gem 'simplecov'
require 'simplecov'
cmd_active_supp_qual = with_active_support ? 'with' : 'without'
SimpleCov.command_name "rspec:#{cmd_active_supp_qual}_active_support"

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'son_jay'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
son_jay-0.5.2 spec/spec_helper.rb
son_jay-0.5.1 spec/spec_helper.rb
son_jay-0.5.0 spec/spec_helper.rb
son_jay-0.4.1 spec/spec_helper.rb
son_jay-0.4.0 spec/spec_helper.rb
son_jay-0.3.0 spec/spec_helper.rb