2012-09-30 21:15:55 +02:00
|
|
|
#!/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,
|
|
|
|
|
2011-05-11 01:32:21 +02:00
|
|
|
require File.expand_path('../config/application', __FILE__)
|
2009-01-06 11:49:19 +01:00
|
|
|
require 'rake'
|
2016-04-25 09:01:19 +02:00
|
|
|
require 'rspec-rerun/tasks' if defined?(RSpec) # http://stackoverflow.com/a/16853615/2866660
|
2009-01-06 11:49:19 +01:00
|
|
|
|
2011-05-11 01:32:21 +02:00
|
|
|
Foodsoft::Application.load_tasks
|