spec/riak/crdt/inner_set_spec.rb in riak-client-2.0.0 vs spec/riak/crdt/inner_set_spec.rb in riak-client-2.1.0
- old
+ new
@@ -10,10 +10,10 @@
end
end
include_examples 'Set CRDT'
- it 'should send additions to the parent' do
+ it 'sends additions to the parent' do
expect(parent).to receive(:operate) do |name, op|
expect(name).to eq set_name
expect(op.type).to eq :set
expect(op.value).to eq add: 'el'
end