Sha256: 81067bf2918abfd1944a2c7d03bd601c7d475cad38cb8e3531c4782526c58670

Contents?: true

Size: 403 Bytes

Versions: 11

Compression:

Stored size: 403 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 'lib/trigga/param_fu'

# 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

11 entries across 11 versions & 1 rubygems

Version Path
itrigga-param_fu-0.4.3 spec/spec_helper.rb
itrigga-param_fu-0.4.2 spec/spec_helper.rb
itrigga-param_fu-0.4.1 spec/spec_helper.rb
itrigga-param_fu-0.4.0 spec/spec_helper.rb
itrigga-param_fu-0.3.1 spec/spec_helper.rb
itrigga-param_fu-0.3.0 spec/spec_helper.rb
itrigga-param_fu-0.2.0 spec/spec_helper.rb
itrigga-param_fu-0.1.2 spec/spec_helper.rb
itrigga-param_fu-0.1.1 spec/spec_helper.rb
itrigga-param_fu-0.1.0 spec/spec_helper.rb
itrigga-param_fu-0.0.1 spec/spec_helper.rb