質問編集履歴
4
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
RSpec.feature "UsersLogin
|
31
|
+
RSpec.feature "UsersLogin", type: :feature do
|
32
32
|
|
33
33
|
|
34
34
|
|
@@ -88,7 +88,7 @@
|
|
88
88
|
|
89
89
|
```ruby
|
90
90
|
|
91
|
-
RSpec.feature "UsersLogin
|
91
|
+
RSpec.feature "UsersLogin", type: :system do
|
92
92
|
|
93
93
|
```
|
94
94
|
|
3
っt
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
before do
|
36
36
|
|
37
|
-
@user = FactoryBot.create(:user
|
37
|
+
@user = FactoryBot.create(:user)
|
38
38
|
|
39
39
|
end
|
40
40
|
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
【背景】
|
16
16
|
|
17
|
-
RoRチュートリアルの別タブによるログアウトのテストを
|
17
|
+
RoRチュートリアルの別タブによるログアウトのテストをsystem specで行いたい
|
18
18
|
|
19
19
|
|
20
20
|
|
1
後時
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
【背景】
|
16
16
|
|
17
|
-
RoRチュートリアルの別タブによるログアウトのテストをRse
|
17
|
+
RoRチュートリアルの別タブによるログアウトのテストをRsec(system spec)で行いたい
|
18
18
|
|
19
19
|
|
20
20
|
|