Skip to content

Commit

Permalink
Fix specs on Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed May 24, 2021
1 parent 7755546 commit 8544bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/trestle/resource_spec.rb
Expand Up @@ -4,7 +4,7 @@
let!(:model) { stub_const("Test", Class.new) }

let(:options) { {} }
let(:definition) { Trestle.resource(:tests, options) }
let(:definition) { Trestle.resource(:tests, **options) }

subject!(:admin) { definition.new }

Expand Down

0 comments on commit 8544bb1

Please sign in to comment.