tests
This commit is contained in:
parent
a8644fadf7
commit
4280255b28
|
@ -39,7 +39,7 @@ RSpec.describe DiscourseAi::Personas::Persona do
|
|||
end
|
||||
|
||||
let(:resource_url) { "https://path-to-resource" }
|
||||
let(:inferred_concepts) { %w[bulbassaur charmander squirtle] }
|
||||
let(:inferred_concepts) { %w[bulbassaur charmander squirtle].join(", ") }
|
||||
|
||||
let(:context) do
|
||||
DiscourseAi::Personas::BotContext.new(
|
||||
|
|
Loading…
Reference in New Issue