lib/rubocop/rubycw/inject.rb in rubocop-rubycw-0.1.5 vs lib/rubocop/rubycw/inject.rb in rubocop-rubycw-0.1.6
- 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 Rubycw
# Because RuboCop doesn't yet support plugins, we have to monkey patch in a
# bit of our configuration.
module Inject