mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 20:59:06 +08:00
8 lines
120 B
Ruby
8 lines
120 B
Ruby
require 'test_helper'
|
|
|
|
class ApiKeyTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|