Skip to content

Commit 64d370d

Browse files
committed
Revert "Fix i18n spec"
This reverts commit 7787641.
1 parent 054ff7b commit 64d370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/messages/i18n_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def store_errors(**errors)
179179

180180
it "can use a proc for a message" do
181181
store_errors(
182-
predicate_proc: ->(_path, **opts) { opts[:text] }
182+
predicate_proc: ->(_path, opts) { opts[:text] }
183183
)
184184

185185
template, meta = messages[:predicate_proc, path: :path, text: "text"]

0 commit comments

Comments
 (0)