From a7420f8fae06a7173b4f5dfe05d3f29cd3d4e77a Mon Sep 17 00:00:00 2001 From: aakashb95 Date: Fri, 12 Dec 2025 14:00:47 +0530 Subject: [PATCH] update specs --- spec/lib/integrations/openai/processor_service_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/lib/integrations/openai/processor_service_spec.rb b/spec/lib/integrations/openai/processor_service_spec.rb index 28488cc15..ac672a24c 100644 --- a/spec/lib/integrations/openai/processor_service_spec.rb +++ b/spec/lib/integrations/openai/processor_service_spec.rb @@ -57,13 +57,13 @@ RSpec.describe Integrations::Openai::ProcessorService do end end - it_behaves_like 'text transformation operation', 'rephrase' + it_behaves_like 'text transformation operation', 'confident' it_behaves_like 'text transformation operation', 'fix_spelling_grammar' - it_behaves_like 'text transformation operation', 'shorten' - it_behaves_like 'text transformation operation', 'expand' + it_behaves_like 'text transformation operation', 'casual' + it_behaves_like 'text transformation operation', 'professional' it_behaves_like 'text transformation operation', 'make_friendly' it_behaves_like 'text transformation operation', 'make_formal' - it_behaves_like 'text transformation operation', 'simplify' + it_behaves_like 'text transformation operation', 'straightforward' end describe 'conversation-based operations' do