From 98d4c27ced46a0f9ebee930c2b1899ea648aadcf Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 5 Dec 2007 14:46:32 +0100 Subject: Integrate Rakefile darcs-hash:20071205134632-4fc50-8283cb892459a9809cb5dc99debed6e9fd028a9d.gz --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 8291340..ef84f0b 100644 --- a/Rakefile +++ b/Rakefile @@ -69,7 +69,7 @@ end desc "Run all the fast tests" task :test do - sh "bin/bacon -Ilib --automatic --quiet" + ruby "bin/bacon -Ilib --automatic --quiet" end -- cgit 1.4.1