From e854896ca0098ef7894b0a4a05e4c789b73d857f Mon Sep 17 00:00:00 2001 From: Ignacio Huerta Date: Sun, 17 Feb 2013 14:09:06 +0100 Subject: [PATCH 1/2] Make sure this branch tests fail --- spec/integration/login_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/login_spec.rb b/spec/integration/login_spec.rb index 425cdfd..a66d969 100644 --- a/spec/integration/login_spec.rb +++ b/spec/integration/login_spec.rb @@ -9,7 +9,7 @@ fill_in 'login', :with => 'tecnicos@unoycero.com' fill_in 'password', :with => 'RobotRobot' click_button 'Iniciar Sesión' - page.should have_content 'Taskflow' + page.should have_content 'Taskflowww' end end From 384aa11df2a5e038f8b74f4004852942e3047c54 Mon Sep 17 00:00:00 2001 From: Ignacio Huerta Date: Sun, 17 Feb 2013 18:32:40 +0100 Subject: [PATCH 2/2] Fix tests again --- spec/integration/login_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/login_spec.rb b/spec/integration/login_spec.rb index a66d969..425cdfd 100644 --- a/spec/integration/login_spec.rb +++ b/spec/integration/login_spec.rb @@ -9,7 +9,7 @@ fill_in 'login', :with => 'tecnicos@unoycero.com' fill_in 'password', :with => 'RobotRobot' click_button 'Iniciar Sesión' - page.should have_content 'Taskflowww' + page.should have_content 'Taskflow' end end