From 718e3977df2eda0092376d1b551a7bed3bd852ca Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 6 Jul 2008 17:46:07 +0200 Subject: Suppress warnings when the suite loads Bacon again darcs-hash:20080706154607-4fc50-a92d32398ee2f5ca46457569152f58e9eb3f2dfd.gz --- test/spec_bacon.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/spec_bacon.rb b/test/spec_bacon.rb index 03bdfd6..1779704 100644 --- a/test/spec_bacon.rb +++ b/test/spec_bacon.rb @@ -1,4 +1,6 @@ +$-w,w = nil, $-w require File.join(File.dirname(__FILE__), '../lib/bacon') +$-w = w # Hooray for meta-testing. module MetaTests -- cgit 1.4.1