Skip to content

Commit 7bd2637

Browse files
committed
rubocop fix
1 parent 5df9d85 commit 7bd2637

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/factories/generic_works.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
title { ["Test title"] }
88

9-
identifier { %w[
9+
identifier do
10+
%w[
1011
ISBN:978-83-7659-303-6 978-3-540-49698-4 9790879392788
1112
doi:10.1038/nphys1170 3-921099-34-X 3-540-49698-x 0-19-852663-6
1213
]
13-
}
14+
end
1415

1516
factory :work_with_one_file do
1617
before(:create) do |work, evaluator|

0 commit comments

Comments
 (0)