質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,9 +18,9 @@
|
|
18
18
|
|
19
19
|
"user":{
|
20
20
|
|
21
|
-
"user_name":"
|
21
|
+
"user_name":"****",
|
22
|
-
|
22
|
+
|
23
|
-
"email":"
|
23
|
+
"email":"****@icloud.com",
|
24
24
|
|
25
25
|
"password":"rhcp21",
|
26
26
|
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,29 @@
|
|
10
10
|
|
11
11
|
###やった事
|
12
12
|
|
13
|
-
postmanを用いてJSON形式のユーザ情報を投げましたがエラーが出ました
|
13
|
+
postmanを用いて下記のJSON形式のユーザ情報を投げてテストを行いましたがエラーが出ました
|
14
|
+
|
15
|
+
```JSON
|
16
|
+
|
17
|
+
{
|
18
|
+
|
19
|
+
"user":{
|
20
|
+
|
21
|
+
"user_name":"shouki",
|
22
|
+
|
23
|
+
"email":"shoukitsuda@icloud.com",
|
24
|
+
|
25
|
+
"password":"rhcp21",
|
26
|
+
|
27
|
+
"password_confirmation":"rhcp21"
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
}
|
32
|
+
|
33
|
+
}
|
34
|
+
|
35
|
+
```
|
14
36
|
|
15
37
|
### 発生している問題・エラーメッセージ
|
16
38
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
Processing by UsersController#create as */*
|
30
30
|
|
31
|
-
Parameters: {"user"=>{"user_name"=>"
|
31
|
+
Parameters: {"user"=>{"user_name"=>"****", "email"=>"****@icloud.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
32
32
|
|
33
33
|
(1.7ms) BEGIN
|
34
34
|
|