From 8c79134a6ec4a370d691764dbba8d3270e3596ca Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 30 Jun 2013 21:44:57 +0100 Subject: [PATCH] Remove empty test cases --- test/functional/api_controller_test.rb | 8 -------- 1 file changed, 8 deletions(-) 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| -- 2.43.2