Closed ProGM closed 8 years ago
What was the solution to those two broken specs? The code looks mostly the same?
@subvertallchris I wrote a few words about it on gitter.
The fix is here: https://github.com/neo4jrb/neo4jrb_spatial/pull/13/files#diff-aaf83c77b1015f15405cb0399707c9a9R99
Since it was simply a "ordering" problem, I changed from nodes.first
to nodes.find
, to get the same node in any version of neo4j
.
👍 🎆
Starting from #12 and #10 , this should definitely fix travis setup
Fixes #11 #9 #8