質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -111,6 +111,6 @@
|
|
111
111
|
```
|
112
112
|
<やってみたこと>
|
113
113
|
test_helper.rbのclass ActionDispatch::IntegrationTestの中身を
|
114
|
-
users_login_test.rbのclass UsersLoginTest < ActionDispatch::IntegrationTest
|
114
|
+
users_login_test.rbのclass UsersLoginTest < ActionDispatch::IntegrationTestに移動したらGreenになりました
|
115
115
|
|
116
116
|
なぜエラーが出てしまったのかがわかりません。また、どのようにすれば移動せずにGreenに直せるか知りたいです。どなたか教えていただけると幸いです。
|
1
文法修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -113,4 +113,4 @@
|
|
113
113
|
test_helper.rbのclass ActionDispatch::IntegrationTestの中身を
|
114
114
|
users_login_test.rbのclass UsersLoginTest < ActionDispatch::IntegrationTest内に移動したらGreenになりました
|
115
115
|
|
116
|
-
なぜエラーが出てしまったのかがわかりません。また、どのようにすれば移動せずにGreenに直せるか
|
116
|
+
なぜエラーが出てしまったのかがわかりません。また、どのようにすれば移動せずにGreenに直せるか知りたいです。どなたか教えていただけると幸いです。
|