diff options
| author | realtradam <[email protected]> | 2024-06-07 00:19:18 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-07 00:19:18 -0400 |
| commit | de44507f2a75e36c4cea05f250f0f3d24e1dd123 (patch) | |
| tree | 10bc5973c62203693199a59ccb6327cb77107559 /test/controllers/api | |
| parent | 22c1d8d71de2bd52513f684196fa66a53e7362aa (diff) | |
| download | gameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.tar.gz gameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.zip | |
add tags
Diffstat (limited to 'test/controllers/api')
| -rw-r--r-- | test/controllers/api/v1/tags_controller_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/api/v1/tags_controller_test.rb b/test/controllers/api/v1/tags_controller_test.rb new file mode 100644 index 0000000..642edc6 --- /dev/null +++ b/test/controllers/api/v1/tags_controller_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class Api::V1::TagsControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end |
