Added SimpleCov, added tests for Vertex#to_s and Edge#to_s
authorNeil Smith <neil.github@njae.me.uk>
Wed, 18 Jul 2012 08:31:29 +0000 (09:31 +0100)
committerNeil Smith <neil.github@njae.me.uk>
Wed, 18 Jul 2012 08:31:29 +0000 (09:31 +0100)
commite2bfe13863188f286cdfda010aac750591a7e027
treee8dbafe26c9d9c3f616cf3c2890f13cc44bdb060
parent2978dd081219adda6952feb65b1782cfe749f133
Added SimpleCov, added tests for Vertex#to_s and Edge#to_s
.gitignore
Gemfile
Gemfile.lock
lib/graph.njae/vertex.rb
spec/graph/edge_spec.rb
spec/graph/vertex_spec.rb
spec/spec_helper.rb