summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-01 15:33:17 +0100
committerhukl <contact@smyck.org>2009-03-01 15:33:17 +0100
commit7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (patch)
tree03820820e0ba41f1babfa9748f1581cd3f724012 /test
parent9843bfc6f0451ab71b552eb92deeb29a173ae665 (diff)
created empty user controller
Diffstat (limited to 'test')
-rw-r--r--test/functional/user_controller_test.rb8
-rw-r--r--test/unit/helpers/user_helper_test.rb4
2 files changed, 12 insertions, 0 deletions
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 @@
1require 'test_helper'
2
3class UserControllerTest < ActionController::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end
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 @@
1require 'test_helper'
2
3class UserHelperTest < ActionView::TestCase
4end