Skip to content

Commit b005c59

Browse files
committed
Use w3c-rdf-tests local directory link.
1 parent 34545ac commit b005c59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/uri-cache/
2-
/w3c-rdf
2+
/w3c-rdf-tests
33
/w3c-rdf-star

spec/suite_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module RDF::Util
88
module File
99
REMOTE_PATH = "https://w3c.github.io/rdf-tests/rdf/"
10-
LOCAL_PATH = ::File.expand_path("../w3c-rdf/rdf/", __FILE__) + '/'
10+
LOCAL_PATH = ::File.expand_path("../w3c-rdf-tests/rdf/", __FILE__) + '/'
1111
REMOTE_PATH_STAR = "https://w3c.github.io/rdf-star/"
1212
LOCAL_PATH_STAR = ::File.expand_path("../w3c-rdf-star/", __FILE__) + '/'
1313

0 commit comments

Comments
 (0)