From d3363ad3feb0b1ab5824495c4e8be3ec1a368bb6 Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Sun, 3 Aug 2014 21:14:11 -0700 Subject: [PATCH] TODO for highlighting --- spec/e2e/has_n_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/e2e/has_n_spec.rb b/spec/e2e/has_n_spec.rb index cd22c76ad..da48979ff 100644 --- a/spec/e2e/has_n_spec.rb +++ b/spec/e2e/has_n_spec.rb @@ -125,7 +125,7 @@ end describe "me.friends.create(name: 'Joe')" do - # Should be able to create both relationship and node off of an association + # TODO: Should be able to create both relationship and node off of an association # Maybe .create / .push for creating relationship / node (respectively) # Maybe should be able to create relationships by passing either node object or hash of values end