]> git.openstreetmap.org Git - rails.git/commitdiff
Remove empty test cases
authorTom Hughes <tom@compton.nu>
Sun, 30 Jun 2013 20:44:57 +0000 (21:44 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 30 Jun 2013 20:44:57 +0000 (21:44 +0100)
test/functional/api_controller_test.rb

index 04be473875d2b21a21566ac42b92de961d5f354c..c92e1132e3786760ea2278df679818229df4246c 100644 (file)
@@ -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|