Sha256: fa9efd43e7efec50164497c46051c47ba939a1b067d4167e0b246f4c02e96051

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

cities = Relation(
  Tuple(:city => 'London'), 
  Tuple(:city => 'Paris'), 
  Tuple(:city => 'Athens'))
(specify \
  "(project ..., [...]) should remove duplicates",
  (rel_equal \
    (project :suppliers, [:city]), cities))

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alf-0.12.2 spec/integration/semantics/test_project.alf
alf-0.12.1 spec/integration/semantics/test_project.alf
alf-0.12.0 spec/integration/semantics/test_project.alf
alf-0.11.1 spec/integration/semantics/test_project.alf
alf-0.11.0 spec/integration/semantics/test_project.alf
alf-0.10.1 spec/integration/semantics/test_project.alf
alf-0.10.0 spec/integration/semantics/test_project.alf