質問編集履歴

1

「visit root_path」と「click_link」を追記

2019/02/28 16:12

投稿

usedclothjp
usedclothjp

スコア8

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,10 @@
17
17
  # ユーザーが会員登録をする
18
18
 
19
19
  it "user creates a new account" do
20
+
21
+ visit root_path
22
+
23
+ click_link "会員登録"
20
24
 
21
25
  fill_in "名前", with: "test"
22
26