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