mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:41:41 +00:00
aviso de deprecación de rails 6
This commit is contained in:
parent
61423f03a6
commit
9c12449dae
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ class PostsControllerTest < ActionDispatch::IntegrationTest
|
|||
params: {
|
||||
post: {
|
||||
image: {
|
||||
path: fixture_file_upload('files/logo.png', 'image/png'),
|
||||
path: fixture_file_upload('logo.png', 'image/png'),
|
||||
description: 'hola'
|
||||
}
|
||||
}
|
||||
|
@ -132,7 +132,7 @@ class PostsControllerTest < ActionDispatch::IntegrationTest
|
|||
params: {
|
||||
post: {
|
||||
image: {
|
||||
path: fixture_file_upload('files/_logo.png', 'image/png'),
|
||||
path: fixture_file_upload('_logo.png', 'image/png'),
|
||||
description: 'hola'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue