From f639512c396e744f35b0f95963f1450d5ce80549 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 17 Jul 2007 13:16:47 +0000 Subject: [PATCH] ActionItem8: assing a test controller in mocks so we can test functionality defined in application controller --- test/mocks/test/test_controller.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) create mode 100644 test/mocks/test/test_controller.rb diff --git a/test/mocks/test/test_controller.rb b/test/mocks/test/test_controller.rb new file mode 100644 index 0000000..693af0a --- /dev/null +++ b/test/mocks/test/test_controller.rb @@ -0,0 +1,2 @@ +class TestController < ApplicationController +end -- libgit2 0.21.2