spec/rubocop/cop/rspec/unspecified_exception_spec.rb in rubocop-rspec-1.32.0 vs spec/rubocop/cop/rspec/unspecified_exception_spec.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.describe RuboCop::Cop::RSpec::UnspecifiedException do
subject(:cop) { described_class.new }
context 'with raise_error matcher' do
it 'detects the `unspecified_exception` offense' do