Skip to content

Commit 3919548

Browse files
committed
add another syntax
1 parent 17aba6f commit 3919548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/annotate/annotate_models_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ def magic_comments_list_each
513513
"# encoding: utf-8\n# frozen_string_literal: true",
514514
"# frozen_string_literal: true\n# encoding: utf-8",
515515
'# frozen_string_literal: true',
516-
'#frozen_string_literal: true',
516+
'#frozen_string_literal: false',
517+
'# -*- frozen_string_literal : true -*-',
517518
].each{|magic_comment| yield magic_comment }
518519
end
519520

0 commit comments

Comments
 (0)