質問編集履歴

4

修正

2020/05/18 03:28

投稿

pecchan
pecchan

スコア557

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- RSpec.feature "UsersLoginFeature", type: :feature do
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 "UsersLoginFeature", type: :system do
91
+ RSpec.feature "UsersLogin", type: :system do
92
92
 
93
93
  ```
94
94
 

3

っt

2020/05/18 03:28

投稿

pecchan
pecchan

スコア557

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  before do
36
36
 
37
- @user = FactoryBot.create(:user, aasm_state: "activated", activated_at: Time.zone.now)
37
+ @user = FactoryBot.create(:user)
38
38
 
39
39
  end
40
40
 

2

誤字

2020/05/18 02:19

投稿

pecchan
pecchan

スコア557

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  【背景】
16
16
 
17
- RoRチュートリアルの別タブによるログアウトのテストをRsec(system spec)で行いたい
17
+ RoRチュートリアルの別タブによるログアウトのテストをsystem specで行いたい
18
18
 
19
19
 
20
20
 

1

後時

2020/05/18 02:18

投稿

pecchan
pecchan

スコア557

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  【背景】
16
16
 
17
- RoRチュートリアルの別タブによるログアウトのテストをRsepc(system test)で行いたい
17
+ RoRチュートリアルの別タブによるログアウトのテストをRsec(system spec)で行いたい
18
18
 
19
19
 
20
20