From d58d273abc1f5c7ceef62db87427bf297e51e722 Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Tue, 7 Jun 2011 23:09:31 -0700 Subject: [PATCH] Looks like its missing a . --- spec/integration/relationship_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/relationship_spec.rb b/spec/integration/relationship_spec.rb index 529b41a..d1e66a7 100644 --- a/spec/integration/relationship_spec.rb +++ b/spec/integration/relationship_spec.rb @@ -19,7 +19,7 @@ rel[:since].should == 1998 rel[:colour].should == 'blue' rel.since.should == 1998 - rel.colourshould == 'blue' + rel.colour.should == 'blue' end it "#outgoing(:friends).create(other) creates a new relationship between self and other node" do