8 lines
150 B
Ruby
8 lines
150 B
Ruby
|
require File.expand_path '../../test_helper.rb', __FILE__
|
||
|
|
||
|
class SecretsTest < ActiveSupport::TestCase
|
||
|
def test_sanity
|
||
|
assert Secrets
|
||
|
end
|
||
|
end
|