Updating error messages to match.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@21 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
bobaman@google.com 2010-08-19 23:21:18 +00:00
parent 831ee13c3a
commit a9523bca32
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ require 'rake/gempackagetask'
begin
require 'spec/rake/spectask'
rescue LoadError
STDERR.puts 'Please install RSpec.'
STDERR.puts "Please install rspec:"
STDERR.puts "sudo gem install rspec"
exit(1)
end