spec/parser_spec.rb in rdf_context-0.5.9.1 vs spec/parser_spec.rb in rdf_context-0.5.10
- old
+ new
@@ -2,10 +2,10 @@
require File.join(File.dirname(__FILE__), 'spec_helper')
include RdfContext
# w3c test suite: http://www.w3.org/TR/rdf-testcases/
-describe "RDF Parser" do
+describe Parser do
it "should return N3 parser" do
Parser.n3_parser.should be_a(N3Parser)
end
it "should return RdfXml parser" do