diff options
Diffstat (limited to 'spec/gitlab_net_spec.rb')
-rw-r--r-- | spec/gitlab_net_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_net_spec.rb b/spec/gitlab_net_spec.rb index c518d0b..9f7c462 100644 --- a/spec/gitlab_net_spec.rb +++ b/spec/gitlab_net_spec.rb @@ -381,7 +381,7 @@ describe GitlabNet, vcr: true do allow(gitlab_net.send(:config)).to receive(:http_settings) { {'self_signed_cert' => true} } end - its(:verify_mode) { should eq(OpenSSL::SSL::VERIFY_NONE) } + it { expect(subject.verify_mode).to eq(OpenSSL::SSL::VERIFY_NONE) } end describe '#http_request_for' do |