master
Karl Freeman 2014-11-21 17:00:23 +00:00
parent b84f69f54a
commit 8a0bfaec2b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ end
begin
require 'rubocop/rake_task'
desc 'Run rubocop'
Rubocop::RakeTask.new(:rubocop)
RuboCop::RakeTask.new(:rubocop)
rescue LoadError
end