X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fgraph%2Fvertex_spec.rb;h=bf2e601c9f0d4b057ca133d811db4585350e7d68;hb=0908114d61c0effab6a568dd47053244df92cde8;hp=637499be06814ffaee4d1a6db7247282378579b0;hpb=7bd4317633966d7fcddff3b05767fcbf79a56ebf;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 }