8 lines
120 B
Ruby
8 lines
120 B
Ruby
require 'test_helper'
|
|
|
|
class SecretsTest < ActiveSupport::TestCase
|
|
# def test_sanity
|
|
# assert Secrets
|
|
# end
|
|
end
|