Skip to content

Commit

Permalink
Looks like its missing a .
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeckeriv committed Jun 8, 2011
1 parent 128cd36 commit d58d273
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 d58d273

Please sign in to comment.