crabgrass/Rakefile

15 lines
424 B
Ruby
Raw Normal View History

2017-09-12 10:50:34 +02:00
#!/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.
2010-10-21 23:01:51 +02:00
require File.expand_path('../config/application', __FILE__)
2010-10-21 23:01:51 +02:00
Crabgrass::Application.load_tasks
2014-09-26 16:44:52 +02:00
task default: 'test:pages:units'
task default: 'test:pages:integration'
task default: 'test:pages:functionals'
# task :default => 'test:mods:all'