task :gen_tests do ruby "test/gen_browser_test_suite.rb" end task :run_tests do ruby "test/run_tests.rb" end task :default => :gen_tests