X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fgraph%2Fgraph_spec.rb;h=d92562e139e46401ad19116f417fb41ed2f23e7a;hb=c065008f95cd701f151e8f991caa3fb5dd019049;hp=09cc6a433cddd36d28d78fa4c09fc9f2542450da;hpb=5d0d968af54bf21b892c25074a9ca452604bb210;p=graph.njae.git diff --git a/spec/graph/graph_spec.rb b/spec/graph/graph_spec.rb index 09cc6a4..d92562e 100644 --- a/spec/graph/graph_spec.rb +++ b/spec/graph/graph_spec.rb @@ -21,7 +21,7 @@ module GraphNjae describe "adds attribues" do it "adds then reports arbitrary attributes" do g.score = 15 - g.score == 15 + g.score.should == 15 end end # adds attributes