Sha256: 8b7926114610710d2ab5dbc062a34b150cc1946fdde2f796fc7e51d60196e69a
Contents?: true
Size: 398 Bytes
Versions: 10
Compression:
Stored size: 398 Bytes
Contents
require File.join(File.dirname(__FILE__), 'spec_helper') require 'rdf/spec/repository' describe RDF::Repository do # @see lib/rdf/spec/repository.rb in rdf-spec it_behaves_like 'an RDF::Repository' do # The available reference implementations are `RDF::Repository` and # `RDF::Graph`, but a plain Ruby array will do fine as well: let(:repository) { RDF::Repository.new } end end
Version data entries
10 entries across 10 versions & 1 rubygems