spec/active_triples/persistable_spec.rb in active-triples-0.10.2 vs spec/active_triples/persistable_spec.rb in active-triples-0.11.0

- old
+ new

@@ -8,13 +8,9 @@ let(:statement) do RDF::Statement(RDF::Node.new, RDF::Vocab::DC.title, 'Moomin') end - it 'raises an error with no #graph implementation' do - expect { subject << statement }.to raise_error(NameError, /graph/) - end - describe 'method delegation' do context 'with a strategy' do let(:strategy_class) do object_double(ActiveTriples::ParentStrategy).as_stubbed_const end