summaryrefslogtreecommitdiffstats
path: root/test/app_test.rb
diff options
context:
space:
mode:
authorZack Hobson2013-12-26 15:43:13 -0800
committerZack Hobson2013-12-26 15:43:13 -0800
commit5662c7eb3ddba718c2dd18b5831af3eab23d93e1 (patch)
treef68e4f09bd60b69ed22eaaf8facf8598f1ed45e1 /test/app_test.rb
parentb7bfb51eb9483e1cbfd6f460d63056fadb0d692e (diff)
downloadhcl-5662c7eb3ddba718c2dd18b5831af3eab23d93e1.tar.bz2
Revert "timesheet_resource: API improvements"
This reverts commit eada20ef66ade0b9a98ef5f03256a73ce428244b.
Diffstat (limited to 'test/app_test.rb')
-rw-r--r--test/app_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app_test.rb b/test/app_test.rb
index 0efc0bc..1fc1073 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(:get_all).returns [HCl::DayEntry.new(
+ HCl::DayEntry.expects(:all).returns [HCl::DayEntry.new(
hours:'2.06', notes:'hi world', project:'App'
)]
HCl::App.command 'show'