From 3497a5fb08c9673181a283e0e97b1caed1c748de Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 29 May 2014 16:09:56 +0000 Subject: [PATCH] edit-image: fix cucumber test due to test file name conflict --- features/edit_image.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/edit_image.feature b/features/edit_image.feature index 0843f0a..c858a08 100644 --- a/features/edit_image.feature +++ b/features/edit_image.feature @@ -19,8 +19,8 @@ Feature: edit_image Scenario: dont offer to edit external link if no image Given the following files | owner | file | mime | - | morgoth | test.txt | text/plain | - When I go to edit "test.txt" by morgoth + | morgoth | test_another.txt | text/plain | + When I go to edit "test_another.txt" by morgoth Then I should not see "External link" Scenario: display tag list field when editing file -- libgit2 0.21.2