Skip to content

Commit

Permalink
typo -- descibe --> describe
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <57142072+wdower@users.noreply.github.com>
  • Loading branch information
wdower committed Apr 22, 2024
1 parent cab734b commit f2cfc88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion controls/SV-257891.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_group_mode')

descibe file('/etc/group') do
describe file('/etc/group') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down
2 changes: 1 addition & 1 deletion controls/SV-257892.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_group_mode')

descibe file('/etc/group-') do
describe file('/etc/group-') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down
2 changes: 1 addition & 1 deletion controls/SV-257893.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_gshadow_mode')

descibe file('/etc/gshadow') do
describe file('/etc/gshadow') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down
2 changes: 1 addition & 1 deletion controls/SV-257894.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_gshadow_mode')

descibe file('/etc/gshadow-') do
describe file('/etc/gshadow-') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down
2 changes: 1 addition & 1 deletion controls/SV-257895.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_passwd_mode')

descibe file('/etc/passwd') do
describe file('/etc/passwd') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down
2 changes: 1 addition & 1 deletion controls/SV-257896.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

mode = input('etc_passwd_mode')

descibe file('/etc/passwd-') do
describe file('/etc/passwd-') do
it { should exist }
its('mode') { should_not be_more_permissive_than(mode) }
end
Expand Down

0 comments on commit f2cfc88

Please sign in to comment.