From d230abfd1ba1389a2a41a37e8ca11b7766190953 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Sat, 14 Apr 2012 02:05:07 +0000 Subject: [PATCH] making sure --- spec/integration/rest_node_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/rest_node_spec.rb b/spec/integration/rest_node_spec.rb index fb63273..7146049 100644 --- a/spec/integration/rest_node_spec.rb +++ b/spec/integration/rest_node_spec.rb @@ -46,7 +46,7 @@ new_node["data"]["name"].should == "Max" new_node["data"]["age"].should == 31 new_node_id = new_node["self"].split('/').last - existing_node = @neo.create_unique_node(index_name, key, value, {"age" => 31, "name" => "Max"}) + existing_node = @neo.create_unique_node(index_name, key, value, {"age" => 39, "name" => "Thomas"}) existing_node["self"].split('/').last.should == new_node_id existing_node["data"]["name"].should == "Max" existing_node["data"]["age"].should == 31