We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbdb94 commit 0f19009Copy full SHA for 0f19009
spec/fabric/client_spec.rb
@@ -57,7 +57,7 @@
57
58
context 'when grpc_client host and creds are passed' do
59
let(:expected_args) do
60
- if RUBY_VERSION.start_with?('2.6')
+ if RUBY_VERSION.start_with?('2')
61
['localhost:1234', :this_channel_is_insecure, {}]
62
else
63
['localhost:1234', :this_channel_is_insecure]
0 commit comments