aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/call_spec.rb
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
commit17fe83b5badc51761953654823319cbc450dc977 (patch)
tree5ff5d2e9587c2232ab62066f995ffd88b6d63881 /src/ruby/spec/call_spec.rb
parent45484b31bbe736d6effb630ca0bc642856e883d1 (diff)
parent15bad3fba745043aa9b1cef83e4929486b40a548 (diff)
Merge branch 'master' of github.com:grpc/grpc into check_newlines
Diffstat (limited to 'src/ruby/spec/call_spec.rb')
-rw-r--r--src/ruby/spec/call_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/spec/call_spec.rb b/src/ruby/spec/call_spec.rb
index 6629570fba..ae3ce0748a 100644
--- a/src/ruby/spec/call_spec.rb
+++ b/src/ruby/spec/call_spec.rb
@@ -101,7 +101,7 @@ describe GRPC::Core::Call do
let(:fake_host) { 'localhost:10101' }
before(:each) do
- @ch = GRPC::Core::Channel.new(fake_host, nil)
+ @ch = GRPC::Core::Channel.new(fake_host, nil, :this_channel_is_insecure)
end
describe '#status' do