From 8ff27f82ff49a5d3cda205aca21f1cd67facaebf Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Sat, 12 Mar 2016 12:54:06 -0300 Subject: [PATCH] Revert server args for plugins' features --- lib/tasks/plugins_tests.rake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tasks/plugins_tests.rake b/lib/tasks/plugins_tests.rake index c7dca81..e9900a3 100644 --- a/lib/tasks/plugins_tests.rake +++ b/lib/tasks/plugins_tests.rake @@ -116,8 +116,7 @@ def run_minitest files end def run_cucumber(profile, files) - sh 'xvfb-run', '-a', '--server-args="-screen 0, 1280x1024x24"', - 'ruby', '-S', 'cucumber', '--profile', profile.to_s, '--format', ENV['CUCUMBER_FORMAT'] || 'progress' , *files + sh 'xvfb-run', '-a', 'ruby', '-S', 'cucumber', '--profile', profile.to_s, '--format', ENV['CUCUMBER_FORMAT'] || 'progress' , *files end def custom_run(name, files, run=:all) -- libgit2 0.21.2