Skip to content

Commit 7ddcbbd

Browse files
committed
Run flattening specs.
1 parent 9e69e2c commit 7ddcbbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/flatten_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,8 +1078,7 @@
10781078
},
10791079
"ex:rel": [{"@id": "ex:subj"}],
10801080
"ex:prop": [{"@id": "ex:value2"}]
1081-
}
1082-
])
1081+
}])
10831082
},
10841083
"node with @annotation property on node object with reverse relationship": {
10851084
input: %({

spec/rdfstar_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
%w{
88
expand
99
compact
10+
flatten
1011
fromRdf
1112
toRdf
1213
}.each do |partial|
1314
m = Fixtures::SuiteTest::Manifest.open("#{Fixtures::SuiteTest::STAR_SUITE}#{partial}-manifest.jsonld")
1415
describe m.name do
1516
m.entries.each do |t|
16-
specify "#{t.property('@id')}: #{t.name} unordered#{' (negative test)' unless t.positiveTest?}" do
17+
specify "#{t.property('@id')}: #{t.name}#{' (negative test)' unless t.positiveTest?}" do
1718
t.options[:ordered] = false
1819
expect {t.run self}.not_to write.to(:error)
1920
end

0 commit comments

Comments
 (0)