We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4573b01 + 1e7d228 commit eb5bf68Copy full SHA for eb5bf68
1 file changed
bigquery/spec/bigquery_sample_spec.rb
@@ -133,7 +133,7 @@ def capture &block
133
describe "Managing Tables" do
134
135
example "create table" do
136
- @table.delete
+ @table.delete
137
expect(@dataset.table "test_table").to be nil
138
139
expect {
@@ -272,7 +272,7 @@ def capture &block
272
table_id: @table.table_id,
273
row_data: row_data_to_insert
274
}.to output(
275
-
+ "Inserted rows successfully\n"
276
).to_stdout
277
278
loaded_data = @table.data
@@ -347,7 +347,7 @@ def capture &block
347
"FROM publicdata:samples.shakespeare"
348
)
349
end
350
+
351
expect(captured_output).to include "Running query"
352
expect(captured_output).to include "Waiting for query to complete"
353
expect(captured_output).to include "Query results:"
0 commit comments