Skip to content

Commit

Permalink
Update data_structure_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jun 17, 2024
1 parent ff54d05 commit 03b9648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/data_structure/data_structure_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
}
]

objs.each do |model:, data:|
objs.each do |obj|
model = obj[:model]
data = obj[:data]
describe model do
let(:inst) { model.deserialize(data) }

Expand Down

0 comments on commit 03b9648

Please sign in to comment.