From 111829573d1c048d4c4c4e4d98b114eba9c28196 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 19 Feb 2009 22:40:27 +0100 Subject: adding the admin controller and his friends --- test/functional/admin_controller_test.rb | 8 ++++++++ test/unit/helpers/admin_helper_test.rb | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 test/functional/admin_controller_test.rb create mode 100644 test/unit/helpers/admin_helper_test.rb (limited to 'test') diff --git a/test/functional/admin_controller_test.rb b/test/functional/admin_controller_test.rb new file mode 100644 index 0000000..9bbf29b --- /dev/null +++ b/test/functional/admin_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class AdminControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/helpers/admin_helper_test.rb b/test/unit/helpers/admin_helper_test.rb new file mode 100644 index 0000000..23d9f40 --- /dev/null +++ b/test/unit/helpers/admin_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class AdminHelperTest < ActionView::TestCase +end -- cgit v1.3