diff options
| author | kazuyoshi tlacaelel <kazu.dev@gmail.com> | 2012-03-02 14:51:42 -0600 |
|---|---|---|
| committer | kazuyoshi tlacaelel <kazu.dev@gmail.com> | 2012-03-02 14:51:42 -0600 |
| commit | b72533952a54a1502ea18ee65924d29b04d2d870 (patch) | |
| tree | 35f0e48e15da7ff3d0170087ebcc378c98c4699e /test/helper.rb | |
Initial commit to cobalt.
Diffstat (limited to 'test/helper.rb')
| -rw-r--r-- | test/helper.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/helper.rb b/test/helper.rb new file mode 100644 index 0000000..c6912c3 --- /dev/null +++ b/test/helper.rb @@ -0,0 +1,10 @@ +require 'rubygems' +require 'test/unit' +require 'shoulda' + +$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) +$LOAD_PATH.unshift(File.dirname(__FILE__)) +require 'cobalt' + +class Test::Unit::TestCase +end |