lib/rubocop/rake/inject.rb in rubocop-rake-0.5.1 vs lib/rubocop/rake/inject.rb in rubocop-rake-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
-# The original code is from https://github.com/rubocop-hq/rubocop-rspec/blob/master/lib/rubocop/rspec/inject.rb
-# See https://github.com/rubocop-hq/rubocop-rspec/blob/master/MIT-LICENSE.md
+# The original code is from https://github.com/rubocop/rubocop-rspec/blob/master/lib/rubocop/rspec/inject.rb
+# See https://github.com/rubocop/rubocop-rspec/blob/master/MIT-LICENSE.md
module RuboCop
module Rake
# Because RuboCop doesn't yet support plugins, we have to monkey patch in a
# bit of our configuration.
module Inject