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/functional | |
| parent | 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (diff) | |
renamed user to users controller
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/users_controller_test.rb (renamed from test/functional/user_controller_test.rb) | 2 |
1 files changed, 1 insertions, 1 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 |
