Project

General

Profile

Download (198 Bytes) Statistics
| Branch: | Tag: | Revision:
017e1049 Ohad Levy
require File.expand_path('../config/application', __FILE__)
5563217a Ohad Levy
require 'rake'
017e1049 Ohad Levy
include Rake::DSL
5563217a Ohad Levy
86fb12c1 Ohad Levy
if Rails.env.test?
require 'single_test'
SingleTest.load_tasks
end

017e1049 Ohad Levy
Foreman::Application.load_tasks