From: Neil Smith <neil.github@njae.me.uk>
Date: Fri, 23 Mar 2012 12:37:15 +0000 (+0000)
Subject: Fixed bug in graph_spec
X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=c065008f95cd701f151e8f991caa3fb5dd019049;p=graph.njae.git

Fixed bug in graph_spec
---

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