diff options
| author | Zack Hobson | 2009-10-23 12:28:37 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-10-23 12:28:37 -0700 | 
| commit | 97a08d085bd2cf49948f7864734e3985874277ec (patch) | |
| tree | 08192777613c122e75ab952bd22a46b1fc9d05d6 /test/test_helper.rb | |
| parent | 14544db56de5fb3ed412167d1fa7f557c5f69665 (diff) | |
| download | hcl-97a08d085bd2cf49948f7864734e3985874277ec.tar.bz2 | |
Updated docs and Rake tasks for Gemcutter.
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/test_helper.rb b/test/test_helper.rb index 633c821..fa69a86 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,6 @@  $:.unshift(File.dirname(__FILE__) + '/../lib') +require 'rubygems'  require 'test/unit'  require 'hcl/app'  require 'shoulda' | 
