Added SimpleCov, added tests for Vertex#to_s and Edge#to_s
[graph.njae.git] / spec / spec_helper.rb
1 require 'simplecov'
2 SimpleCov.start
3
4 require 'graph.njae'