mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
require_relative 'config/environment'
|
|
|
|
Dir.glob('lib/tasks/*.rake').each { |r| import r }
|
|
|
|
task :default => [:test]
|