frankfurter/Rakefile

6 lines
116 B
Ruby
Raw Normal View History

2014-03-14 13:08:48 +01:00
require_relative 'config/environment'
2012-11-20 17:36:12 +01:00
2014-03-14 13:12:21 +01:00
Dir.glob('lib/tasks/*.rake').each { |r| import r }
2014-03-14 12:45:14 +01:00
2012-11-21 01:04:15 +01:00
task :default => [:test]