Skip to content

Commit

Permalink
Fix my hard tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pete committed Jul 30, 2012
1 parent bbb420a commit 296960d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/integration/rest_batch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
node2 = @neo.create_node
batch_result = @neo.batch [:create_relationship, "friends", node1, node2, {:since => "time immemorial"}]
batch_result.should_not be_nil
batch_result[0]["status"].should == 201
id = batch_result.first["body"]["self"].split("/").last
batch_result[0]["status"].should == 201
id = batch_result.first["body"]["self"].split("/").last
batch_result = @neo.batch [:delete_relationship, id]
batch_result[0]["status"].should == 204
batch_result[0]["status"].should == 204
batch_result[0]["from"].should == "/relationship/#{id}"
end

Expand Down

0 comments on commit 296960d

Please sign in to comment.