8 lines
132 B
Ruby
8 lines
132 B
Ruby
require 'test_helper'
|
|
|
|
class SecretLinkObserverTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|