Update README.md

master
Kanezoh 2021-06-02 14:41:50 +09:00 committed by GitHub
parent 5da7b544e9
commit f1b43b06f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ form.field_with("email").value = "tester@example.com"
form.field_with("password").value = "xxxxxx" form.field_with("password").value = "xxxxxx"
agent.submit(form) agent.submit(form)
agent.get("#{web page only logged-users can see}" agent.get("#{web page only logged-in users can see}"
``` ```
## Contributing ## Contributing