Skip to content

Commit 09ecdf1

Browse files
committed
Fix failed spec on docs
1 parent ecf4f56 commit 09ecdf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/features/docs_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
scenario "Load doc file with absolute path" do
1919
visit "#{docs_path}/"
2020
expect(page).to have_http_status(:success)
21-
expect(page).to have_link 'コントリビューター行動規範', href: "/docs/code-of-conduct"
22-
click_link 'コントリビューター行動規範'
21+
expect(page).to have_link '行動規範ガイドライン', href: "/docs/conduct"
22+
click_link '行動規範ガイドライン'
2323
expect(page).to have_http_status(:success)
2424
end
2525
end

0 commit comments

Comments
 (0)