From 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 1 Mar 2009 15:33:17 +0100 Subject: created empty user controller --- test/functional/user_controller_test.rb | 8 ++++++++ test/unit/helpers/user_helper_test.rb | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 test/functional/user_controller_test.rb create mode 100644 test/unit/helpers/user_helper_test.rb (limited to 'test') diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb new file mode 100644 index 0000000..104b787 --- /dev/null +++ b/test/functional/user_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class UserControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/helpers/user_helper_test.rb b/test/unit/helpers/user_helper_test.rb new file mode 100644 index 0000000..ad44a53 --- /dev/null +++ b/test/unit/helpers/user_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class UserHelperTest < ActionView::TestCase +end -- cgit v1.3