From 7c06320f392a01ecdab9ed567d30712813f91b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 9 Jan 2019 12:55:27 +0100 Subject: [PATCH] Fix typo --- spec/features/admin/budget_investments_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/budget_investments_spec.rb b/spec/features/admin/budget_investments_spec.rb index 8242dc891..7e5a6be03 100644 --- a/spec/features/admin/budget_investments_spec.rb +++ b/spec/features/admin/budget_investments_spec.rb @@ -609,7 +609,7 @@ feature 'Admin budget investments' do visit admin_budget_budget_investments_path(budget) expect('D Fourth Investment').to appear_before('B First Investment') - expect('D Fourth Investment').to appear_before('A Second Investment') + expect('B First Investment').to appear_before('A Second Investment') expect('A Second Investment').to appear_before('C Third Investment') end