Fixed bug in graph_spec
[graph.njae.git] / 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