Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
musik88-web
/
test
/
integration
/
users_signup_test.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
rb
5 lines
84 Bytes
Copy permalink
Copy
Raw
1
require
'test_helper'
2
3
class
UsersSignupTest
<
ActionDispatch
::
IntegrationTest
4
5
end