Test "register"

This commit is contained in:
2023-04-14 01:09:18 +02:00
parent cc857a74bf
commit 5615113b9f
3 changed files with 26 additions and 0 deletions

View File

@@ -78,3 +78,10 @@ possibly with different Ruby versions:
Use `RAILS_ENV="development"` for rake commands and running rails server.
Use `RAILS_ENV="test"` for running tests.
### Running tests
Single test:
bin/rails test test/system/users_test.rb --name test_register