diff options
| author | Zack Hobson | 2013-11-22 12:04:02 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-22 12:04:16 -0800 |
| commit | 0a7e14eb48525b291aa5715e107b981af99cbe35 (patch) | |
| tree | b0e4c094ee458537a03415aa6ddfc5d0185fca8c /test/test_helper.rb | |
| parent | 6f8f7812e896c58cec91fc682528969b58807d41 (diff) | |
| download | hcl-0a7e14eb48525b291aa5715e107b981af99cbe35.tar.bz2 | |
test coverage for timesheet resource and command edge cases
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 978920a..8b4f7a0 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -10,6 +10,7 @@ end require 'test/unit' require 'mocha/setup' require 'fileutils' +require 'fakeweb' # override the default hcl dir FileUtils.mkdir_p __dir__+"/dot_hcl" |
