Fixed bug in graph_spec
authorNeil Smith <neil.github@njae.me.uk>
Fri, 23 Mar 2012 12:37:15 +0000 (12:37 +0000)
committerNeil Smith <neil.github@njae.me.uk>
Fri, 23 Mar 2012 12:37:15 +0000 (12:37 +0000)
spec/graph/graph_spec.rb

index 09cc6a433cddd36d28d78fa4c09fc9f2542450da..d92562e139e46401ad19116f417fb41ed2f23e7a 100644 (file)
@@ -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