projects
/
graph.njae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8fcb4b
)
Fixed bug in graph_spec
author
Neil Smith
<neil.github@njae.me.uk>
Fri, 23 Mar 2012 12:37:15 +0000
(12:37 +0000)
committer
Neil Smith
<neil.github@njae.me.uk>
Fri, 23 Mar 2012 12:37:15 +0000
(12:37 +0000)
spec/graph/graph_spec.rb
patch
|
blob
|
history
diff --git
a/spec/graph/graph_spec.rb
b/spec/graph/graph_spec.rb
index 09cc6a433cddd36d28d78fa4c09fc9f2542450da..d92562e139e46401ad19116f417fb41ed2f23e7a 100644
(file)
--- 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