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.
2 parents b95f61b + a7781a5 commit 44e08e9Copy full SHA for 44e08e9
rspec-activemodel-mocks.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
s.require_path = "lib"
28
29
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
30
- if File.exists?(private_key)
+ if File.exist?(private_key)
31
s.signing_key = private_key
32
s.cert_chain = [File.expand_path('~/.gem/rspec-gem-public_cert.pem')]
33
end
0 commit comments