Skip to content

Commit 04f29cb

Browse files
Format inline code [ci-skip]
1 parent f1d3ace commit 04f29cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/testing/assertions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def assert_changes(expression, message = nil, from: UNTRACKED, to: UNTRACKED, &b
223223
# post :create, params: { status: { ok: true } }
224224
# end
225225
#
226-
# Provide the optional keyword argument :from to specify the expected
226+
# Provide the optional keyword argument +:from+ to specify the expected
227227
# initial value.
228228
#
229229
# assert_no_changes -> { Status.all_good? }, from: true do

0 commit comments

Comments
 (0)