質問編集履歴

1

errorの内容の変更

2018/07/27 13:58

投稿

sutarai
sutarai

スコア26

test CHANGED
File without changes
test CHANGED
@@ -8,10 +8,18 @@
8
8
 
9
9
 
10
10
 
11
+ EE
12
+
13
+
14
+
11
15
  Error:
12
16
 
13
- UsersControllerTest#test_should_get_new:
17
+ UsersControllerTest#test_should_destroy_user:
14
18
 
15
- NameError: undefined local variable or method `new_user_url' for #<UsersControllerTest:0x00000006f1f760>
19
+ NoMethodError: undefined method `user_url' for #<UsersControllerTest:0x00000004b4af60>
16
20
 
21
+ Did you mean? users
22
+
23
+ test/controllers/users_controller_test.rb:43:in `block (2 levels) in <class:UsersControllerTest>'
24
+
17
- test/controllers/users_controller_test.rb:14:in `block in <class:UsersControllerTest>'
25
+ test/controllers/users_controller_test.rb:42:in `block in <class:UsersControllerTest>'