sineed / neo4j-rspec

MIT License
10 stars 13 forks source link

Add neo4jrb version 8 support #23

Open vaughncm opened 7 years ago

vaughncm commented 7 years ago

Currently TravisCI is not running version 8 of Neo and if you attempt to run the specs on version 8 the following test failure occurs:

Failures:

  1) Property matchers Person should define index :reserved
     Failure/Error: it { is_expected.to define_index(:reserved) }
       expected the Person model to have an exact index on reserved property
     # ./spec/unit/properties_spec.rb:39:in `block (3 levels) in <top (required)>'

Finished in 0.15088 seconds (files took 0.64447 seconds to load)
55 examples, 1 failure

I believe this is related to the fact property indexes may no longer be valid in the manner that the spec is testing. Feel free to correct me.