diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/user_controller_test.rb | 8 | ||||
| -rw-r--r-- | test/unit/helpers/user_helper_test.rb | 4 |
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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class UserControllerTest < ActionController::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | 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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class UserHelperTest < ActionView::TestCase | ||
| 4 | end | ||
