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 1d763d1 commit 42b1753Copy full SHA for 42b1753
spec/suite_helper.rb
@@ -108,7 +108,7 @@ def base
108
def options
109
@options ||= begin
110
opts = {documentLoader: Fixtures::SuiteTest.method(:documentLoader)}
111
- {'specVersion' => "1.1"}.merge(property('option') || {}).each do |k, v|
+ {'specVersion' => "json-ld-1.1"}.merge(property('option') || {}).each do |k, v|
112
opts[k.to_sym] = v
113
end
114
opts
@@ -162,7 +162,7 @@ def run(rspec_example = nil)
162
163
options = {validate: true}.merge(options)
164
165
- unless options[:specVersion] == "1.1"
+ unless options[:specVersion] == "json-ld-1.1"
166
skip "not a 1.1 test"
167
return
168
0 commit comments