File: spec_helper.rb

package info (click to toggle)
ruby-extlib 0.9.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 487
  • sloc: ruby: 7,014; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
$TESTING=true
require "rubygems"
require "spec"
require "yaml"

lib_path = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)