Skip to content

Commit

Permalink
Spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nain committed Sep 26, 2024
1 parent 733b75b commit 869ffc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/bugcrowd_templates_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
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
context 'file_name as template' do
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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 869ffc2

Please sign in to comment.