X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fgraph%2Fvertex_spec.rb;h=bf2e601c9f0d4b057ca133d811db4585350e7d68;hb=5d0d968af54bf21b892c25074a9ca452604bb210;hp=637499be06814ffaee4d1a6db7247282378579b0;hpb=624e339a169bd96eb01da7288a8904e0d1830e42;p=graph.njae.git diff --git a/spec/graph/vertex_spec.rb b/spec/graph/vertex_spec.rb index 637499b..bf2e601 100644 --- a/spec/graph/vertex_spec.rb +++ b/spec/graph/vertex_spec.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -module Graph +module GraphNjae describe Vertex do let (:v) { Vertex.new }