summaryrefslogtreecommitdiff
path: root/test/functional/users_controller_test.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-01 15:38:27 +0100
committerhukl <contact@smyck.org>2009-03-01 15:38:27 +0100
commit294d058be007c74d2826c53135fb55e5ec885039 (patch)
tree72620ce53a658b8d9c284d9936a8c6e8d3aae262 /test/functional/users_controller_test.rb
parent7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (diff)
renamed user to users controller
Diffstat (limited to 'test/functional/users_controller_test.rb')
-rw-r--r--test/functional/users_controller_test.rb8
1 files changed, 8 insertions, 0 deletions
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 @@
1require 'test_helper'
2
3class UsersControllerTest < ActionController::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end