From 8dfd22f7d7314a8427825b558ea7f08629db53c8 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Tue, 3 Aug 2010 15:41:20 -0500 Subject: [PATCH] Changed Hoe test_globs from a String to array of string --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 73d2480..7b67ba1 100755 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,7 @@ hoe = Hoe.spec "fxruby" do :require_paths => ['ext/fox16', 'lib'], :summary => "FXRuby is the Ruby binding to the FOX GUI toolkit." } - self.test_globs = "test/**/TC_*.rb" + self.test_globs = ["test/**/TC_*.rb"] self.version = PKG_VERSION end -- GitLab