Skip to content

Commit def9b68

Browse files
committed
Update Rakefile to use new Rubocop class name
1 parent 29f6443 commit def9b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ YARD::Rake::YardocTask.new do |t|
2121
t.options = %w(--markup-provider=redcarpet --markup=markdown --main=README.md --files CHANGELOG.md)
2222
end
2323

24-
Rubocop::RakeTask.new
24+
RuboCop::RakeTask.new
2525

2626
RSpec::Core::RakeTask.new(:spec) do |r|
2727
r.pattern = FileList['**/**/*_spec.rb']

0 commit comments

Comments
 (0)