Skip to content
Snippets Groups Projects
Commit 8dfd22f7 authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Changed Hoe test_globs from a String to array of string

parent 92a4917f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment