Sha256: cfdfff0c5f2da36923758eb4180ebc5e61251ee1ab1b42a0a3a2d20b5b7c41f7
Contents?: true
Size: 291 Bytes
Versions: 9
Compression:
Stored size: 291 Bytes
Contents
shared "tuple" do it 'should get the identifier' do TupleSpace.identifiers.should.include(@tuple.identifier) end it 'should get records' do @tuple.class.format.each do |key| key, _ = key should.not.raise do @tuple.__send__(key) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems