diff options
author | Rémy Coutable <remy@rymai.me> | 2018-10-04 10:17:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-10-04 10:17:43 +0000 |
commit | 5d2b319de5180a6157d75c62c89e3ede71681f37 (patch) | |
tree | e6cb4cc54514e8d11c6b4e2bc56979c080090d97 /spec/lib | |
parent | 8ec0eda9cca95b7a8fd352e9cf38982ab177cfce (diff) | |
parent | 869d8e814e4fcc4809dada1e2b34d4993461bda5 (diff) | |
download | gitlab-ce-5d2b319de5180a6157d75c62c89e3ede71681f37.tar.gz |
Merge branch 'fix-todo-cops' into 'master'
Fix todo cops
See merge request gitlab-org/gitlab-ce!21850
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/relation_factory_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/lib/gitlab/import_export/relation_factory_spec.rb b/spec/lib/gitlab/import_export/relation_factory_spec.rb index cf9e0f71910..a31f77484d8 100644 --- a/spec/lib/gitlab/import_export/relation_factory_spec.rb +++ b/spec/lib/gitlab/import_export/relation_factory_spec.rb @@ -191,9 +191,7 @@ describe Gitlab::ImportExport::RelationFactory do "author" => { "name" => "Administrator" }, - "events" => [ - - ] + "events" => [] } end |