Sha256: 82fdd73838b454c7803250c38b186f3db738ca06e75b7e5d2a040e03d451da0e

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

#!/usr/bin/env rake
# 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__)

RailsProject::Application.load_tasks

Version data entries

5 entries across 3 versions & 2 rubygems

Version Path
packr-rails-0.0.1 spec/fixtures/rails_project/Rakefile
steak-2.0.0.beta2 spec/fixtures/rails_project/Rakefile
steak-2.0.0.beta2 spec/fixtures/rails_project_with_steak/Rakefile
steak-2.0.0.beta1 spec/fixtures/rails_project/Rakefile
steak-2.0.0.beta1 spec/fixtures/rails_project_with_steak/Rakefile