Sha256: 0cf7f2a0e273d881d0b5c586f3f9e10d7de2545b65caf3ac2506c6b2d58de573

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

# encoding: utf-8

# I know, Rake is piece of shift, unfortunately RunCodeRun.com requires it.
# http://support.runcoderun.com/faqs/builds/how-do-i-run-rake-with-trace-enabled
Rake.application.options.trace = true

# default task for RunCodeRun.com
task(:default) { exec "spec spec && cucumber features" }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nake-0.0.7 Rakefile
nake-0.0.6 Rakefile