From 14b4ab5b3445d84a1435f8c1c09ec9cd9dc5dc27 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 9 Jul 2008 17:14:30 +0000 Subject: [PATCH] ActionItem517: removing obsolete test --- test/unit/application_helper_test.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/test/unit/application_helper_test.rb b/test/unit/application_helper_test.rb index 458292d..1918000 100644 --- a/test/unit/application_helper_test.rb +++ b/test/unit/application_helper_test.rb @@ -34,13 +34,6 @@ class ApplicationHelperTest < Test::Unit::TestCase assert_no_match %r{@import url(/stylesheets/something.css)}, stylesheet_import('something') end - should 'translate date' do - date = mock - expects(:_).with('%d %B %Y').returns('the date') - date.expects(:strftime).with('the date').returns('translated date') - assert_equal 'translated date', show_date(date) - end - should 'handle nil dates' do assert_equal '', show_date(nil) end -- libgit2 0.21.2