sineed / neo4j-rspec

MIT License
10 stars 13 forks source link

Test for labels #14

Open cheerfulstoic opened 8 years ago

cheerfulstoic commented 8 years ago

Currently you can do this:

  its('class.mapped_label_names') { should match_array [:Parent, :Child] }

But it would be nicer if there were an official matcher