diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-03-30 20:23:56 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-04-01 14:37:54 +1300 |
commit | a2cfc150cec677b27728a4758e5e40fff5b4c284 (patch) | |
tree | a168375dfc3a402aede9f990f9c55e0ea9951735 /spec/models/todo_spec.rb | |
parent | afbc827465e6fc0e4eec1308e34637bcd317eb52 (diff) | |
download | gitlab-ce-a2cfc150cec677b27728a4758e5e40fff5b4c284.tar.gz |
Add # frozen_string_literal to spec/models
Adds `# frozen_string_literal: true` to spec/models ruby files
Diffstat (limited to 'spec/models/todo_spec.rb')
-rw-r--r-- | spec/models/todo_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/todo_spec.rb b/spec/models/todo_spec.rb index 3682e21ca40..b5bf294790a 100644 --- a/spec/models/todo_spec.rb +++ b/spec/models/todo_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe Todo do |