We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34545ac commit b005c59Copy full SHA for b005c59
2 files changed
spec/.gitignore
@@ -1,3 +1,3 @@
1
/uri-cache/
2
-/w3c-rdf
+/w3c-rdf-tests
3
/w3c-rdf-star
spec/suite_helper.rb
@@ -7,7 +7,7 @@
7
module RDF::Util
8
module File
9
REMOTE_PATH = "https://w3c.github.io/rdf-tests/rdf/"
10
- LOCAL_PATH = ::File.expand_path("../w3c-rdf/rdf/", __FILE__) + '/'
+ LOCAL_PATH = ::File.expand_path("../w3c-rdf-tests/rdf/", __FILE__) + '/'
11
REMOTE_PATH_STAR = "https://w3c.github.io/rdf-star/"
12
LOCAL_PATH_STAR = ::File.expand_path("../w3c-rdf-star/", __FILE__) + '/'
13
0 commit comments