require 'rake/testtask'

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"     # This expects your tests to be inside a test subfolder
end
