Changed module name
[graph.njae.git] / spec / graph / edge_spec.rb
index 8bd1f9abf17d9826ac530e0d460fec5c77caf79d..2e7dbfcc9a64863648ed928699155ea173c004b0 100644 (file)
@@ -1,6 +1,6 @@
 require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
 
-module Graph
+module GraphNjae
   describe Edge do
     let (:e) { Edge.new }
     describe "#initialize" do