lib/rubocop/rspec/language/each_selector.rb in salsify_rubocop-0.78.1 vs lib/rubocop/rspec/language/each_selector.rb in salsify_rubocop-0.85.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# Monkey-patch SelectorSet to allow enumeration of selectors.
module RuboCop
module RSpec
module Language