Sha256: 056bc5cfcf02d357f26db8942eb2f415671336cc327f425d2eaf008c9f036900
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
require 'rubygems' unless defined?(Gem) require 'rspec' GORILLIB_ROOT_DIR = File.expand_path(File.join(File.dirname(__FILE__),'..')) def GORILLIB_ROOT_DIR *paths File.join(::GORILLIB_ROOT_DIR, *paths) end ENV['QUIET_RSPEC'] = 'please' $LOAD_PATH.unshift(GORILLIB_ROOT_DIR('lib')) $LOAD_PATH.unshift(GORILLIB_ROOT_DIR('spec/support')) require 'gorillib_test_helpers' Dir[GORILLIB_ROOT_DIR('spec/support/matchers/*.rb')].each {|f| require f} Dir[GORILLIB_ROOT_DIR('spec/support/shared_examples/*.rb')].each {|f| require f} RSpec.configure do |config| include Gorillib::TestHelpers end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gorillib-0.4.0pre | spec/spec_helper.rb |