Skip to content

Commit

Permalink
Add SerializedTransaction spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 29, 2021
1 parent a40707d commit 082ebb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/serialized_transaction_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require_relative 'spec_helper'
require 'rdf/spec/transaction'

describe RDF::HamsterRepo::SerializedTransaction do
let(:repository) { RDF::HamsterRepo.new }

# @see lib/rdf/spec/transaction.rb in rdf-spec
it_behaves_like "an RDF::Transaction",
RDF::HamsterRepo::SerializedTransaction
end

0 comments on commit 082ebb6

Please sign in to comment.