Skip to content

Commit

Permalink
making sure
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Apr 14, 2012
1 parent a66922f commit d230abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rest_node_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d230abf

Please sign in to comment.