diff --git a/test/functional/base_controller_test.rb b/test/functional/base_controller_test.rb index 27730a74..5c40fe53 100755 --- a/test/functional/base_controller_test.rb +++ b/test/functional/base_controller_test.rb @@ -28,9 +28,5 @@ def test_should_get_teaser get :teaser assert_response :success end - - def test_should_get_additional_homepage_data - assert @controller.get_additional_homepage_data - end end