Added SimpleCov, added tests for Vertex#to_s and Edge#to_s
[graph.njae.git] / lib / graph.njae.rb
index f6d487328f4605c355ee72b52f1e6b396f720f16..ac4e0b395f829fd3eb14a026096e7105b9fcc43c 100644 (file)
@@ -1,3 +1,5 @@
-require 'graph/graph'
-require 'graph/edge'
-require 'graph/vertex'
+require 'bundler/setup'
+
+require 'graph.njae/graph'
+require 'graph.njae/edge'
+require 'graph.njae/vertex'