Sha256: d3c827407ead2f94f7def72b21841edaf80324fb8a66f6626b2623b9a84a8468
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
namespace :spectifly do desc 'Do whatever' Spectifly::Task.new('whatever') do |sfly| sfly.config_path = File.join(Rake.original_dir, 'config', 'spectifly.yml') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spectifly-0.0.1 | lib/tasks/spectifly.rake |