From 869ffc265a657aebfcaf63bd0a7d4185b14fd6c6 Mon Sep 17 00:00:00 2001 From: Abhinav Nain Date: Thu, 26 Sep 2024 11:24:00 +0530 Subject: [PATCH] Spec fixes --- spec/bugcrowd_templates_spec.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/bugcrowd_templates_spec.rb b/spec/bugcrowd_templates_spec.rb index 8c993e08..c0d46284 100644 --- a/spec/bugcrowd_templates_spec.rb +++ b/spec/bugcrowd_templates_spec.rb @@ -70,7 +70,7 @@ let!(:file_name) { 'template' } it 'returns the bugcrowd template value as string' do - is_expected.to include('# Outdated Software Version') + is_expected.to include('Outdated Software Version') end context 'when file_name with multiple options' do @@ -78,7 +78,7 @@ let!(:file_name) { 'template' } it 'returns the bugcrowd template value as string' do - is_expected.to include('# Outdated Software Version') + is_expected.to include('Outdated Software Version') end end @@ -113,7 +113,7 @@ let!(:file_name) { 'template' } it 'returns the bugcrowd template value as string' do - is_expected.to include('# Outdated Software Version') + is_expected.to include('Outdated Software Version') end end @@ -159,7 +159,7 @@ let!(:file_name) { 'template' } it 'returns the template defined in the subcategory folder' do - is_expected.to include('# Clickjacking') + is_expected.to include('Clickjacking') end end @@ -170,7 +170,7 @@ let!(:file_name) { 'template' } it 'returns the template defined in the subcategory folder' do - is_expected.to include('# Clickjacking') + is_expected.to include('Clickjacking') end end @@ -181,7 +181,7 @@ let!(:file_name) { 'template' } it 'returns the template defined in the subcategory folder' do - is_expected.to include('# Outdated Software Version') + is_expected.to include('Outdated Software Version') end end