Additional fix for broken ||= constant assignment
This commit is contained in:
parent
e214ac57f3
commit
f85e73087e
|
@ -13,12 +13,11 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
require 'google/api_client'
|
require 'google/api_client'
|
||||||
require 'google/api_client/version'
|
require 'google/api_client/version'
|
||||||
|
|
||||||
describe Google::APIClient::BatchRequest do
|
describe Google::APIClient::BatchRequest do
|
||||||
CLIENT ||= Google::APIClient.new
|
CLIENT = Google::APIClient.new unless defined?(CLIENT)
|
||||||
|
|
||||||
after do
|
after do
|
||||||
# Reset client to not-quite-pristine state
|
# Reset client to not-quite-pristine state
|
||||||
|
|
Loading…
Reference in New Issue