Sha256: 63b0cfc68f1e59e4c4eb19c5c138414df3614e625fe2fd637e8220be1ddd4a30
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) require 'rake' require 'rake/testtask' require 'rake/rdoctask' TestApp::Application.load_tasks
Version data entries
5 entries across 5 versions & 1 rubygems