neo4jrb / neo4jrb_spatial

Basic integration between Neo4j.rb and Neo4j Spatial
12 stars 12 forks source link

Travis setup & module nesting fix #13

Closed ProGM closed 8 years ago

ProGM commented 8 years ago

Starting from #12 and #10 , this should definitely fix travis setup

Fixes #11 #9 #8

subvertallchris commented 8 years ago

What was the solution to those two broken specs? The code looks mostly the same?

ProGM commented 8 years ago

@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.

subvertallchris commented 8 years ago

👍 🎆