Skip to content

Commit 9481b70

Browse files
committed
Fix wrongly formatted Markdown in FixtureFile docs
1 parent 59566ca commit 9481b70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actionpack/lib/action_dispatch/testing/test_process.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ module ActionDispatch
99
module TestProcess
1010
module FixtureFile
1111
# Shortcut for
12-
# `Rack::Test::UploadedFile.new(File.join(ActionDispatch::IntegrationTest.file_f
13-
# ixture_path, path), type)`:
12+
# `Rack::Test::UploadedFile.new(File.join(ActionDispatch::IntegrationTest.file_fixture_path, path), type)`:
1413
#
1514
# post :change_avatar, params: { avatar: file_fixture_upload('david.png', 'image/png') }
1615
#

0 commit comments

Comments
 (0)