Sha256: 78f9dc32d6dbf4c1ca9f7fc1b7fb0edeed228e48a461a0f99893c873cfea7287

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 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.

RAILS_ROOT = File.expand_path('../spec/dummy_rails_app', __FILE__)
require File.expand_path('../spec/dummy_rails_app/config/application', __FILE__)

Bundler::GemHelper.install_tasks
Mist::Application.load_tasks

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mist-0.6.3 Rakefile
mist-0.6.2 Rakefile
mist-0.6.1 Rakefile
mist-0.6.0 Rakefile