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 49f561d commit c5a2487Copy full SHA for c5a2487
Rakefile
@@ -78,7 +78,7 @@ task :default => [:spec, :cucumber, :rubocop]
78
task :verify_private_key_present do
79
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
80
unless File.exist?(private_key)
81
- 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."
82
end
83
84
0 commit comments