Sha256: cede8c7b9d1407c1c2c3d5d49648e658fd1d235f280debc8cf495df9ef7ebd56
Contents?: true
Size: 128 Bytes
Versions: 2
Compression:
Stored size: 128 Bytes
Contents
shared_examples 'an object with + operation' do let(:other) { 104 } it { expect(subject + other).to be_a(Danica::Sum) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
danica-2.0.3 | spec/support/shared_examples/base_operations.rb |
danica-2.0.2 | spec/support/shared_examples/base_operations.rb |