質問編集履歴

1

余計なコードがあったので削除

2021/01/09 23:00

投稿

norigram
norigram

スコア1

test CHANGED
File without changes
test CHANGED
@@ -72,31 +72,7 @@
72
72
 
73
73
  )}
74
74
 
75
- let(:another_user){User.new(
76
-
77
- nickname: nickname,
78
-
79
- email: email,
80
-
81
- password: password,
82
-
83
- password_confirmation: password_confirmation,
84
-
85
- first_name: first_name,
86
-
87
- last_name: last_name,
88
-
89
- first_name_kana: first_name_kana,
90
-
91
- last_name_kana: last_name_kana,
92
-
93
- birth_date: birth_date
94
-
95
- )}
96
-
97
75
  subject{user}
98
-
99
- subject(another_user){another_user}
100
76
 
101
77
  shared_examples '登録できる' do
102
78