Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Add your own tasks in files placed in lib/tasks ending in .rake,
  2. # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
  3.  
  4. require(File.join(File.dirname(__FILE__), 'config', 'boot'))
  5.  
  6. require 'rake'
  7. require 'rake/testtask'
  8. require 'rake/rdoctask'
  9.  
  10. require 'tasks/rails'
  11.  
  12. begin
  13. require 'vlad'
  14. Vlad.load :scm => "git"
  15. rescue LoadError
  16. # do nothing
  17. end
Add Comment
Please, Sign In to add comment