From 8583433bc21a94849ece2008fff345b6b883f590 Mon Sep 17 00:00:00 2001 From: Erick Sasse Date: Tue, 28 Jul 2015 20:48:28 -0300 Subject: Fix Style/WordArray --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index b7898f95..d5f3bbda 100644 --- a/Rakefile +++ b/Rakefile @@ -156,14 +156,14 @@ begin end desc "Run the real-world spec suite (requires internet)" - task :realworld => ["set_realworld", "spec"] + task :realworld => %w(set_realworld spec) task :set_realworld do ENV["BUNDLER_REALWORLD_TESTS"] = "1" end desc "Run the spec suite with the sudo tests" - task :sudo => ["set_sudo", "spec", "clean_sudo"] + task :sudo => %w(set_sudo spec clean_sudo) task :set_sudo do ENV["BUNDLER_SUDO_TESTS"] = "1" -- cgit v1.2.3