From 294d058be007c74d2826c53135fb55e5ec885039 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 1 Mar 2009 15:38:27 +0100 Subject: renamed user to users controller --- test/functional/users_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/functional/users_controller_test.rb (limited to 'test/functional/users_controller_test.rb') diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb new file mode 100644 index 0000000..c3db123 --- /dev/null +++ b/test/functional/users_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class UsersControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end -- cgit v1.3