From b1f8ba138360cd67994d4134f57abca74f8528bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 24 Jan 2012 18:06:41 -0200 Subject: Remove unused variables to avoid warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- actionpack/test/template/date_helper_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb index b69c47b476..9e2f4ec347 100644 --- a/actionpack/test/template/date_helper_test.rb +++ b/actionpack/test/template/date_helper_test.rb @@ -1620,9 +1620,6 @@ class DateHelperTest < ActionView::TestCase def test_date_select_with_nil_and_blank_and_discard_year @post = Post.new - start_year = Time.now.year-5 - end_year = Time.now.year+5 - expected = '' + "\n" expected << %{