lib/rubocop/cop/rspec/file_path.rb in rubocop-rspec-1.33.0 vs lib/rubocop/cop/rspec/file_path.rb in rubocop-rspec-1.34.0
- old
+ new
@@ -57,10 +57,9 @@
return if filename_ends_with?(glob)
add_offense(
node,
- location: :expression,
message: format(MSG, suffix: glob)
)
end
private