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 f84d02c commit c42fd29Copy full SHA for c42fd29
rspec-activemodel-mocks.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
s.require_path = "lib"
23
24
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
25
- if File.exist?(private_key)
+ if File.exists?(private_key)
26
s.signing_key = private_key
27
s.cert_chain = [File.expand_path('~/.gem/rspec-gem-public_cert.pem')]
28
end
0 commit comments