X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fgraph%2Fgraph_spec.rb;fp=spec%2Fgraph%2Fgraph_spec.rb;h=ba7bea13cf1bcc87ddc3975736eb30f646e0223e;hb=0908114d61c0effab6a568dd47053244df92cde8;hp=7227a6f8e1abdf60b25efe5bc419ca2c8a861ba4;hpb=7bd4317633966d7fcddff3b05767fcbf79a56ebf;p=graph.njae.git diff --git a/spec/graph/graph_spec.rb b/spec/graph/graph_spec.rb index 7227a6f..ba7bea1 100644 --- a/spec/graph/graph_spec.rb +++ b/spec/graph/graph_spec.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -module Graph +module GraphNjae describe Graph do let (:g) { Graph.new } describe "#initialize" do