diff options
| author | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
| commit | 294d058be007c74d2826c53135fb55e5ec885039 (patch) | |
| tree | 72620ce53a658b8d9c284d9936a8c6e8d3aae262 /test/unit | |
| parent | 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (diff) | |
renamed user to users controller
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/helpers/user_helper_test.rb | 4 | ||||
| -rw-r--r-- | test/unit/helpers/users_helper_test.rb | 4 |
2 files changed, 4 insertions, 4 deletions
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 | ||
