lib/rdf/json/format.rb in rdf-json-0.0.2 vs lib/rdf/json/format.rb in rdf-json-0.1.0

- old
+ new

@@ -2,11 +2,11 @@ ## # RDF/JSON format specification. # # @example Obtaining an RDF/JSON format class # RDF::Format.for(:json) #=> RDF::JSON::Format - # RDF::Format.for("spec/data/test.json") - # RDF::Format.for(:file_name => "spec/data/test.json") + # RDF::Format.for("etc/doap.json") + # RDF::Format.for(:file_name => "etc/doap.json") # RDF::Format.for(:file_extension => "json") # RDF::Format.for(:content_type => "application/json") # # @see http://n2.talis.com/wiki/RDF_JSON_Specification class Format < RDF::Format