mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class SecurityTest < ActiveSupport::TestCase
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|