Skip to content

Commit a875f18

Browse files
author
remi Taylor
committed
Add trace output to Datastore spec for Travis debugging
1 parent 2911866 commit a875f18

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

datastore/sample.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def properties
9191
t.exclude_from_indexes! "description", true
9292
end
9393
# [END properties]
94+
95+
task
9496
end
9597

9698
def array_value

datastore/spec/sample_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@ def delete_accounts
559559
end
560560

561561
def expect_basic_task task
562+
puts "expect_basic_task"
563+
puts task
564+
puts task.inspect
562565
expect(task.key.kind).to eq("Task")
563566
expect(task["type"]).to eq("Personal")
564567
expect(task["done"]).to be(false)

0 commit comments

Comments
 (0)