質問編集履歴

1

誤字修正

2022/06/11 06:22

投稿

senseIY
senseIY

スコア281

test CHANGED
File without changes
test CHANGED
@@ -133,14 +133,14 @@
133
133
  {
134
134
  user:{
135
135
  name: "John" ,
136
- email: "fugaa#{n}@example.com",
136
+ email: "fugaa@example.com",
137
137
  password: "foobar" ,
138
138
  password_confirmation: "foobar"}
139
139
  }
140
140
 
141
141
  {
142
142
  name: "John" ,
143
- email: "fugaa#{n}@example.com",
143
+ email: "fugaa@example.com",
144
144
  password: "foobar" ,
145
145
  password_confirmation: "foobar"}
146
146
  ```