]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused friend controller and related test harness
authorTom Hughes <tom@compton.nu>
Thu, 9 May 2013 21:39:12 +0000 (22:39 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 9 May 2013 21:39:12 +0000 (22:39 +0100)
app/controllers/friend_controller.rb [deleted file]
test/functional/friend_controller_test.rb [deleted file]

diff --git a/app/controllers/friend_controller.rb b/app/controllers/friend_controller.rb
deleted file mode 100644 (file)
index 292f5c9..0000000
+++ /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 (file)
index d1f0e7d..0000000
+++ /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