mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fix mangled codeblock in README (#2830)
There were some missing back-ticks. Obvious fix.
This commit is contained in:
parent
74b8a5ea5a
commit
514ffaa311
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ You may also run a single test within a file by line number:
|
|||
|
||||
```bash
|
||||
bundle exec m test/unit/resources/user_test.rb -l 123
|
||||
```
|
||||
|
||||
### Integration tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue