From 1ecf3ebd687929ff9abdccf7373976721eeb2777 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 May 2013 22:39:12 +0100 Subject: [PATCH] Remove unused friend controller and related test harness --- app/controllers/friend_controller.rb | 2 -- test/functional/friend_controller_test.rb | 8 -------- 2 files changed, 10 deletions(-) delete mode 100644 app/controllers/friend_controller.rb delete mode 100644 test/functional/friend_controller_test.rb 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 -- 2.45.1