Drop the TestOptionalAccount adapter

It's included in the gem lib which is best to avoid and we can infer
that it works account optional adapters.
This commit is contained in:
Donal McBreen
2025-01-17 12:37:12 +00:00
parent f9a78f4fcb
commit 2bd716ece4
2 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
class Kamal::Secrets::Adapters::TestOptionalAccount < Kamal::Secrets::Adapters::Test
def requires_account?
false
end
end