Rakefile in rally_rest_api-0.5.9 vs Rakefile in rally_rest_api-0.6.0

- old
+ new

@@ -37,10 +37,10 @@ p.description = DESCRIPTION p.email = EMAIL p.summary = DESCRIPTION p.url = HOMEPATH p.rubyforge_name = RUBYFORGE_PROJECT if RUBYFORGE_PROJECT - p.test_globs = ["test/**/tc_*.rb"] + p.test_globs = ["test/*.rb"] p.clean_globs = CLEAN #An array of file patterns to delete on clean. p.extra_deps = ["builder"] # == Optional #p.changes - A description of the release's latest changes.