I have used rake but rake combines one or more test suite as per my knowledge.
I need some method where I can do
ruby testsuite.rb 1 2 3 5 8 9
so here the desired testcases in the testsuite should run.
I am able to run a single test case using
ruby testsuite.rb --name testcase_name