mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 21:02:52 +00:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
require "test_helper"
|
|
|
|
class ApiTokenTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|