From 9c12449dae2d9810778a3ad3342834e9ed752f32 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 25 Jan 2021 16:47:19 -0300 Subject: [PATCH] =?UTF-8?q?aviso=20de=20deprecaci=C3=B3n=20de=20rails=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/controllers/posts_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/controllers/posts_controller_test.rb b/test/controllers/posts_controller_test.rb index 48f8315c..376c740f 100644 --- a/test/controllers/posts_controller_test.rb +++ b/test/controllers/posts_controller_test.rb @@ -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' } }