Skip to content

Commit d7cc598

Browse files
committed
fix #175
1 parent e96b790 commit d7cc598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ttl2html_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
@ttl2html = TTL2HTML::App.new(File.join(spec_base_dir, "example/example.yml"))
6969
@ttl2html.load_turtle(File.join(spec_base_dir, "example/shape_with_instances.ttl"))
7070
@ttl2html.output_html_files
71-
doc = Nokogiri::HTML5::Document.parse(open("/tmp/html/about.html").read, max_error: -1)
71+
doc = Nokogiri::HTML5::Document.parse(open("/tmp/html/about.html").read, max_errors: -1)
7272
expect(doc.errors).to be_empty
7373
end
7474
it "should deal with path separators" do

0 commit comments

Comments
 (0)