diff options
Diffstat (limited to 'test/app_test.rb')
| -rw-r--r-- | test/app_test.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/app_test.rb b/test/app_test.rb index 1fc1073..0efc0bc 100644 --- a/test/app_test.rb +++ b/test/app_test.rb @@ -13,7 +13,7 @@ class AppTest < HCl::TestCase    end    def test_command_show -    HCl::DayEntry.expects(:all).returns [HCl::DayEntry.new( +    HCl::DayEntry.expects(:get_all).returns [HCl::DayEntry.new(        hours:'2.06', notes:'hi world', project:'App'      )]      HCl::App.command 'show' | 
