We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c9e8e commit c9b620cCopy full SHA for c9b620c
lib/json_spec/cucumber.rb
@@ -59,7 +59,7 @@
59
end
60
61
Then /^the (?:JSON|json)(?: response)?(?: at "(.*)")? should have the following:$/ do |base, table|
62
- table.rows.each do |path, value|
+ table.raw.each do |path, value|
63
path = [base, path].compact.join("/")
64
65
if value
0 commit comments