Sha256: 6d5225d730a92acb95df7d04cd715d8b8e0d520eaf3ce00e6c462607c8adaf09
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'witness' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
witness-2.1.2 | spec/spec_helper.rb |
witness-2.1.1 | spec/spec_helper.rb |
witness-2.1.0 | spec/spec_helper.rb |
witness-2.0.0 | spec/spec_helper.rb |