Sha256: 1750c32bd6188dd905126d9052b4f7b817069c17d8c290c7ff3468214d55d18d

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

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

2 entries across 2 versions & 1 rubygems

Version Path
itrigga-core_ext-0.3.0 spec/spec_helper.rb
itrigga-core_ext-0.2.2 spec/spec_helper.rb