Sha256: dad1669909e404daf72418498951ff1a5147a208c33d1d6204017845383e2a3d

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 Bytes

Contents

# -*- encoding : utf-8 -*-
RAILS_ENV = 'test'
ENV['RAILS_ENV'] = 'test'
RAILS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))

$LOAD_PATH.unshift(File.join(RAILS_ROOT, 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'itrigga/core_ext'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["RAILS_ROOT}/support/**/*.rb"].each {|f| require f}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
itrigga-core_ext-1.5.0 spec/spec_helper.rb
itrigga-core_ext-1.3.0 spec/spec_helper.rb
itrigga-core_ext-1.0.0 spec/spec_helper.rb