5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 18:46:08 +00:00

aviso de deprecación de rails 6

This commit is contained in:
f 2021-01-25 16:47:19 -03:00
parent 61423f03a6
commit 9c12449dae

View file

@ -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'
}
}