spec/mongo/operation/read/get_more_spec.rb in mongo-2.1.0.rc0 vs spec/mongo/operation/read/get_more_spec.rb in mongo-2.1.0
- old
+ new
@@ -37,25 +37,9 @@
expect(op).not_to eq(other)
end
end
end
- context '#merge' do
- let(:other_op) { described_class.new(spec) }
-
- it 'is not allowed' do
- expect{ op.merge(other_op) }.to raise_exception
- end
- end
-
- context '#merge!' do
- let(:other_op) { described_class.new(spec) }
-
- it 'is not allowed' do
- expect{ op.merge!(other_op) }.to raise_exception
- end
- end
-
describe '#execute' do
context 'message' do
it 'creates a get more wire protocol message with correct specs' do