public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
shoulda / test / test_helper.rb
100644 7 lines (5 sloc) 0.145 kb
1
2
3
4
5
6
7
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
 
require 'rubygems'
require 'active_support'
require 'test/unit'
require 'shoulda'