diff options
| author | realtradam <[email protected]> | 2024-04-14 21:53:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-04-14 21:53:27 -0400 |
| commit | 425939bc7d49436dea66dcb88fce2e22ad6e64e4 (patch) | |
| tree | f8879ca7a5aa7eb2f99b12c2fbe43e50b64a54e3 /test/controllers/api | |
| parent | 5d6c31ab4b3b6b663485021c697a41e2a2531b9c (diff) | |
| download | gameHolster-425939bc7d49436dea66dcb88fce2e22ad6e64e4.tar.gz gameHolster-425939bc7d49436dea66dcb88fce2e22ad6e64e4.zip | |
implement basic authflow with github
Diffstat (limited to 'test/controllers/api')
| -rw-r--r-- | test/controllers/api/v1/auth_controller_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/api/v1/auth_controller_test.rb b/test/controllers/api/v1/auth_controller_test.rb new file mode 100644 index 0000000..3a6d312 --- /dev/null +++ b/test/controllers/api/v1/auth_controller_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class Api::V1::AuthControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end |
