Sha256: 8cbba7dbb42f94a290a907957482bc81b6d9ece5cf94bc753de3bbabb4b4925d
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 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__) Dummy::Application.send :include, ::Rake::DSL if defined?(::Rake::DSL) Dummy::Application.load_tasks
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensis-0.0.3 | spec/dummy/Rakefile |