Changed module name
[graph.njae.git] / spec / graph / graph_spec.rb
index 7227a6f8e1abdf60b25efe5bc419ca2c8a861ba4..ba7bea13cf1bcc87ddc3975736eb30f646e0223e 100644 (file)
@@ -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