X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fgraph%2Fgraph_spec.rb;fp=spec%2Fgraph%2Fgraph_spec.rb;h=d8f512b5b51db936cb7449770c01c0cd2b3f3565;hb=20c71ab9aebc53f9884eb3c570772b83e573a5e9;hp=670d252892cbf0a3d1f6bbc09f0a04915ed61d63;hpb=804c1d3850e599aea8cb3258d1a875be148a3b30;p=graph.njae.git diff --git a/spec/graph/graph_spec.rb b/spec/graph/graph_spec.rb index 670d252..d8f512b 100644 --- a/spec/graph/graph_spec.rb +++ b/spec/graph/graph_spec.rb @@ -127,8 +127,22 @@ module GraphNjae pg.should have(4).vertices pg.should have(2).edges end + + it "finds a product graph of not-quite-simple graph" do + end end + describe "similarity flood" do + it "similarity floods a graph of two nodes" do + end + + it "similarity floods a graph of three nodes, a -- b -- c" do + end + + it "simialrity floods a sample graph" do + end + end + end end