diff --git a/Rakefile b/Rakefile index 73d248078ffac0b3c5172e6715fa679b8d5fb2cb..7b67ba1492c7648d38951f86dfc85beb63a584e0 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