Skip to content

Commit

Permalink
fix: Update for Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jun 17, 2024
1 parent 21031c1 commit ff54d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/data_typing/data_typing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
}
]

objs.each do |model:, data:|
objs.each do |obj|
model = obj[:model]
data = obj[:data]

describe model do
describe "#type" do
it "reserializes to original value" do
Expand Down

0 comments on commit ff54d05

Please sign in to comment.