We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a1551 commit 6adb611Copy full SHA for 6adb611
1 file changed
lib/rdf/spec/literal.rb
@@ -94,7 +94,7 @@
94
.to eq str
95
end
96
97
- it "humanizes '#{value}' to '#{str}'" do
+ it "humanizes '#{value}' to '#{human}'" do
98
expect(RDF::Literal.new(value,
99
datatype: datatype,
100
canonicalize: false).humanize)
0 commit comments