foodsoft/Rakefile

10 lines
316 B
Ruby
Raw Normal View History

#!/usr/bin/env rake
2009-01-06 11:49:19 +01:00
# 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__)
2009-01-06 11:49:19 +01:00
require 'rake'
2015-05-30 19:12:33 +02:00
require 'rspec-rerun/tasks'
2009-01-06 11:49:19 +01:00
Foodsoft::Application.load_tasks