We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aba6f commit 3919548Copy full SHA for 3919548
spec/annotate/annotate_models_spec.rb
@@ -513,7 +513,8 @@ def magic_comments_list_each
513
"# encoding: utf-8\n# frozen_string_literal: true",
514
"# frozen_string_literal: true\n# encoding: utf-8",
515
'# frozen_string_literal: true',
516
- '#frozen_string_literal: true',
+ '#frozen_string_literal: false',
517
+ '# -*- frozen_string_literal : true -*-',
518
].each{|magic_comment| yield magic_comment }
519
end
520
0 commit comments