diff options
| author | Zack Hobson | 2013-11-20 09:19:41 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-20 09:19:41 -0800 |
| commit | 23c799e111fe8abafde55c8b60d314e1b77a7128 (patch) | |
| tree | b3b78ea6a57d720888805592f713e71c4f2a6e26 /test/test_helper.rb | |
| parent | 9b962a50218cac283c9b8075d238b391f6555fad (diff) | |
| download | hcl-23c799e111fe8abafde55c8b60d314e1b77a7128.tar.bz2 | |
remove jeweler
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 9e12bac..450baa2 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,6 +2,6 @@ $:.unshift(File.dirname(__FILE__) + '/../lib') require 'rubygems' require 'test/unit' -require 'hcl/app' +require 'hcl' require 'shoulda' require 'mocha/setup' |
