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 c0a8c22 commit 6fcce4cCopy full SHA for 6fcce4c
Rakefile
@@ -224,7 +224,7 @@ task default: [:spec, :acceptance]
224
task :verify_private_key_present do
225
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
226
unless File.exist?(private_key)
227
- raise "Your private key is not present. This gem should not be built without that."
+ raise "Your private key is not present. This gem should not be built without it."
228
end
229
230
0 commit comments