diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index e69de29..663661c 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -0,0 +1,5 @@ + +# frozen_string_literal: true + +module RubocopException +end