mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Fixing a typo
changing paht to be path.
This commit is contained in:
parent
408a5c956a
commit
27d94c5037
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ A `json` resource block declares the data to be tested. Assume the following JSO
|
|||
|
||||
This file can be queried using:
|
||||
|
||||
describe json('/paht/to/name.json') do
|
||||
describe json('/path/to/name.json') do
|
||||
its('name') { should eq 'hello' }
|
||||
its(['meta','creator']) { should eq 'John Doe' }
|
||||
its(['array', 1]) { should eq 'one' }
|
||||
|
|
Loading…
Reference in a new issue