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
|