From: Tom Hughes Date: Sun, 30 Jun 2013 20:44:57 +0000 (+0100) Subject: Remove empty test cases X-Git-Tag: live~4918 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8c79134a6ec4a370d691764dbba8d3270e3596ca Remove empty test cases --- diff --git a/test/functional/api_controller_test.rb b/test/functional/api_controller_test.rb index 04be47387..c92e1132e 100644 --- a/test/functional/api_controller_test.rb +++ b/test/functional/api_controller_test.rb @@ -266,14 +266,6 @@ class ApiControllerTest < ActionController::TestCase end end - def test_start_end_time_invalid - - end - - def test_start_end_time_invalid - - end - def test_hours_invalid invalid = %w{ -21 335 -1 0 25 26 100 one two three ping pong : } invalid.each do |hour|