diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/users_controller_test.rb (renamed from test/functional/user_controller_test.rb) | 2 | ||||
| -rw-r--r-- | test/unit/helpers/user_helper_test.rb | 4 | ||||
| -rw-r--r-- | test/unit/helpers/users_helper_test.rb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/user_controller_test.rb b/test/functional/users_controller_test.rb index 104b787..c3db123 100644 --- a/test/functional/user_controller_test.rb +++ b/test/functional/users_controller_test.rb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require 'test_helper' | 1 | require 'test_helper' |
| 2 | 2 | ||
| 3 | class UserControllerTest < ActionController::TestCase | 3 | class UsersControllerTest < ActionController::TestCase |
| 4 | # Replace this with your real tests. | 4 | # Replace this with your real tests. |
| 5 | test "the truth" do | 5 | test "the truth" do |
| 6 | assert true | 6 | assert true |
diff --git a/test/unit/helpers/user_helper_test.rb b/test/unit/helpers/user_helper_test.rb deleted file mode 100644 index ad44a53..0000000 --- a/test/unit/helpers/user_helper_test.rb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class UserHelperTest < ActionView::TestCase | ||
| 4 | end | ||
diff --git a/test/unit/helpers/users_helper_test.rb b/test/unit/helpers/users_helper_test.rb new file mode 100644 index 0000000..96af37a --- /dev/null +++ b/test/unit/helpers/users_helper_test.rb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class UsersHelperTest < ActionView::TestCase | ||
| 4 | end | ||
