spec/shared/smoke_test_examples.rb in rubocop-rspec-1.32.0 vs spec/shared/smoke_test_examples.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.shared_examples 'smoke test', type: :cop_spec do
context 'with default configuration' do
# This is overridden to avoid a number of specs that define `cop_config`
# (so it is referenced in the 'config' shared context) but do not define
# all of the dependent configuration options until inside of a context