osem-fcy/Rakefile
James Mason dd0a52cca9 Use knapsack to parallelize tests
...in order to reduce TravisCI runtimes
2018-05-09 06:39:06 -07:00

9 lines
312 B
Ruby

#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Osem::Application.load_tasks
Knapsack.load_tasks if defined?(Knapsack)