diff options
| author | Zack Hobson | 2013-12-10 15:30:13 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-10 15:30:13 -0800 | 
| commit | c9d603a791e07e4e5b5dbd07cd7c5d1c27115d18 (patch) | |
| tree | 8728dd0b6b019c9940f2434d41fe7cf4c8e34d31 /test/day_entry_test.rb | |
| parent | 0d420ebc9d47d35ee2cf497f17a3b672b56537e0 (diff) | |
| download | hcl-c9d603a791e07e4e5b5dbd07cd7c5d1c27115d18.tar.bz2 | |
silence during testing!
Diffstat (limited to 'test/day_entry_test.rb')
| -rw-r--r-- | test/day_entry_test.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/day_entry_test.rb b/test/day_entry_test.rb index 8b68348..5b390c3 100644 --- a/test/day_entry_test.rb +++ b/test/day_entry_test.rb @@ -1,6 +1,6 @@  require 'test_helper' -class DayEntryTest < MiniTest::Unit::TestCase +class DayEntryTest < HCl::TestCase    def test_from_xml      entries = HCl::DayEntry.from_xml(<<-EOD)  <daily> | 
