All spec files require spec_helper

pull/15791/head
ganmacs 7 years ago
parent 075a26faff
commit cb450277a3
  1. 2
      src/ruby/spec/call_credentials_spec.rb
  2. 2
      src/ruby/spec/call_spec.rb
  3. 2
      src/ruby/spec/channel_credentials_spec.rb
  4. 2
      src/ruby/spec/channel_spec.rb
  5. 2
      src/ruby/spec/client_auth_spec.rb
  6. 2
      src/ruby/spec/client_server_spec.rb
  7. 2
      src/ruby/spec/compression_options_spec.rb
  8. 2
      src/ruby/spec/error_sanity_spec.rb
  9. 2
      src/ruby/spec/generic/client_stub_spec.rb
  10. 2
      src/ruby/spec/generic/rpc_desc_spec.rb
  11. 2
      src/ruby/spec/generic/rpc_server_pool_spec.rb
  12. 2
      src/ruby/spec/generic/service_spec.rb
  13. 2
      src/ruby/spec/google_rpc_status_utils_spec.rb
  14. 1
      src/ruby/spec/pb/duplicate/codegen_spec.rb
  15. 2
      src/ruby/spec/pb/health/checker_spec.rb
  16. 2
      src/ruby/spec/server_credentials_spec.rb
  17. 2
      src/ruby/spec/server_spec.rb
  18. 2
      src/ruby/spec/support/services.rb
  19. 2
      src/ruby/spec/time_consts_spec.rb

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
describe GRPC::Core::CallCredentials do
CallCredentials = GRPC::Core::CallCredentials

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
include GRPC::Core::StatusCodes

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
describe GRPC::Core::ChannelCredentials do
ChannelCredentials = GRPC::Core::ChannelCredentials

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
def load_test_certs
test_root = File.join(File.dirname(__FILE__), 'testdata')

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
def create_channel_creds
test_root = File.join(File.dirname(__FILE__), 'testdata')

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
include GRPC::Core

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
describe GRPC::Core::CompressionOptions do
# Note these constants should be updated

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
StatusCodes = GRPC::Core::StatusCodes

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
Thread.abort_on_exception = true

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
require 'grpc/generic/rpc_desc'
describe GRPC::RpcDesc do

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
Thread.abort_on_exception = true

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
require 'grpc/generic/rpc_desc'
require 'grpc/generic/service'

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
require_relative '../lib/grpc/google_rpc_status_utils'
require_relative '../pb/src/proto/grpc/testing/messages_pb'
require_relative '../pb/src/proto/grpc/testing/messages_pb'

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'spec_helper'
require 'open3'
require 'tmpdir'

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
require 'grpc/health/v1/health_pb'
require 'grpc/health/checker'
require 'open3'

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
def load_test_certs
test_root = File.join(File.dirname(__FILE__), 'testdata')

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
def load_test_certs
test_root = File.join(File.dirname(__FILE__), 'testdata')

@ -13,7 +13,7 @@
# limitations under the License.
# Test stubs for various scenarios
require 'grpc'
require 'spec_helper'
# A test message
class EchoMsg

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'grpc'
require 'spec_helper'
TimeConsts = GRPC::Core::TimeConsts

Loading…
Cancel
Save