Skip to content

Commit

Permalink
Merge pull request #8 from sbeckeriv/patch-1
Browse files Browse the repository at this point in the history
Looks like its missing a .
  • Loading branch information
maxdemarzi committed Jun 8, 2011
2 parents 128cd36 + d58d273 commit c95b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/relationship_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c95b1d7

Please sign in to comment.