We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf4f56 commit 09ecdf1Copy full SHA for 09ecdf1
spec/features/docs_spec.rb
@@ -18,8 +18,8 @@
18
scenario "Load doc file with absolute path" do
19
visit "#{docs_path}/"
20
expect(page).to have_http_status(:success)
21
- expect(page).to have_link 'コントリビューター行動規範', href: "/docs/code-of-conduct"
22
- click_link 'コントリビューター行動規範'
+ expect(page).to have_link '行動規範ガイドライン', href: "/docs/conduct"
+ click_link '行動規範ガイドライン'
23
24
end
25
0 commit comments