Sha256: 5487bf8b6cc52be5f9cc6161344717a19602c94686660446f417c0ddcfe91693

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 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'
require 'delayed/tasks'

Rails::Application.load_tasks

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
path-email_spec-0.6.2 examples/rails3_root/Rakefile