mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 13:49:39 +02:00
11 lines
186 B
Ruby
11 lines
186 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
module LLMInterfaceTest
|
||
|
extend ActiveSupport::Testing::Declarative
|
||
|
|
||
|
private
|
||
|
def vcr_key_prefix
|
||
|
@subject.class.name.demodulize.underscore
|
||
|
end
|
||
|
end
|