1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update Rubocop to RuboCop

This commit is contained in:
Peter M. Goldstein 2014-06-03 10:52:08 -07:00
parent 4984738b62
commit 72c85a1514

View file

@ -7,10 +7,10 @@ task :test => :spec
begin
require 'rubocop/rake_task'
Rubocop::RakeTask.new
RuboCop::RakeTask.new
rescue LoadError
task :rubocop do
$stderr.puts 'Rubocop is disabled'
$stderr.puts 'RuboCop is disabled'
end
end