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:
parent
831ee13c3a
commit
a9523bca32
3
Rakefile
3
Rakefile
|
@ -12,7 +12,8 @@ require 'rake/gempackagetask'
|
||||||
begin
|
begin
|
||||||
require 'spec/rake/spectask'
|
require 'spec/rake/spectask'
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
STDERR.puts 'Please install RSpec.'
|
STDERR.puts "Please install rspec:"
|
||||||
|
STDERR.puts "sudo gem install rspec"
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue