Merge branch 'master' into graph-product
[graph.njae.git] / spec / graph / graph_spec.rb
index d8f512b5b51db936cb7449770c01c0cd2b3f3565..be6a7b5a332bc03dbde25cfebc751f83e1f8dcd1 100644 (file)
@@ -30,7 +30,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