File: test_helper.rb

package info (click to toggle)
ruby-peach 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 112 kB
  • sloc: ruby: 213; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__)) unless 
  $:.include?(File.dirname(__FILE__)) || 
    $:.include?(File.expand_path(File.dirname(__FILE__)))

require 'rubygems'
require 'test/unit'
require 'shoulda'