Fixing a typo

changing paht to be path.
This commit is contained in:
Tristan Escalada 2017-03-03 14:03:54 -05:00 committed by GitHub
parent 408a5c956a
commit 27d94c5037

View file

@ -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' }