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: {
|
params: {
|
||||||
post: {
|
post: {
|
||||||
image: {
|
image: {
|
||||||
path: fixture_file_upload('files/logo.png', 'image/png'),
|
path: fixture_file_upload('logo.png', 'image/png'),
|
||||||
description: 'hola'
|
description: 'hola'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -132,7 +132,7 @@ class PostsControllerTest < ActionDispatch::IntegrationTest
|
||||||
params: {
|
params: {
|
||||||
post: {
|
post: {
|
||||||
image: {
|
image: {
|
||||||
path: fixture_file_upload('files/_logo.png', 'image/png'),
|
path: fixture_file_upload('_logo.png', 'image/png'),
|
||||||
description: 'hola'
|
description: 'hola'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue