mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Merge pull request #6066 from replicajune/patch-1
fixing bad markdown syntax
This commit is contained in:
commit
90e2318d66
1 changed files with 3 additions and 3 deletions
|
@ -417,7 +417,7 @@ or,
|
|||
it { should_not be_file }
|
||||
it { should_not be_directory }
|
||||
end
|
||||
```ruby
|
||||
```
|
||||
|
||||
### Test if a file is a block device
|
||||
|
||||
|
@ -428,7 +428,7 @@ or,
|
|||
it { should_not be_file }
|
||||
it { should_not be_directory }
|
||||
end
|
||||
```ruby
|
||||
```
|
||||
|
||||
### Test the mode for a file
|
||||
|
||||
|
@ -436,7 +436,7 @@ or,
|
|||
describe file('/dev') do
|
||||
its('mode') { should cmp '00755' }
|
||||
end
|
||||
```ruby
|
||||
```
|
||||
|
||||
### Test the owner of a file
|
||||
|
||||
|
|
Loading…
Reference in a new issue