From: Tom Hughes Date: Thu, 9 May 2013 21:39:12 +0000 (+0100) Subject: Remove unused friend controller and related test harness X-Git-Tag: live~4988 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1ecf3ebd687929ff9abdccf7373976721eeb2777 Remove unused friend controller and related test harness --- diff --git a/app/controllers/friend_controller.rb b/app/controllers/friend_controller.rb deleted file mode 100644 index 292f5c996..000000000 --- a/app/controllers/friend_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class FriendController < ApplicationController -end diff --git a/test/functional/friend_controller_test.rb b/test/functional/friend_controller_test.rb deleted file mode 100644 index d1f0e7df0..000000000 --- a/test/functional/friend_controller_test.rb +++ /dev/null @@ -1,8 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' - -class FriendControllerTest < ActionController::TestCase - # Replace this with your real tests. - def test_truth - assert true - end -end