Sha256: e746e848ef5d279c76257f5401e5de5acce3d9cd433b4a1618db453b7b88349e

Contents?: true

Size: 161 Bytes

Versions: 43

Compression:

Stored size: 161 Bytes

Contents

task :default => :test


desc 'Run tests with bacon'
task :test => FileList['test/*_test.rb'] do |t|
  sh "bacon -q -Ilib:test #{t.prerequisites.join(' ')}"
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
trac-wiki-0.3.45 Rakefile
trac-wiki-0.3.44 Rakefile
trac-wiki-0.3.43 Rakefile
trac-wiki-0.3.42 Rakefile
trac-wiki-0.3.41 Rakefile
trac-wiki-0.3.40 Rakefile
trac-wiki-0.3.38 Rakefile
trac-wiki-0.3.37 Rakefile
trac-wiki-0.3.36 Rakefile
trac-wiki-0.3.35 Rakefile
trac-wiki-0.3.34 Rakefile
trac-wiki-0.3.33 Rakefile
trac-wiki-0.3.32 Rakefile
trac-wiki-0.3.31 Rakefile
trac-wiki-0.3.30 Rakefile
trac-wiki-0.3.29 Rakefile
trac-wiki-0.3.28 Rakefile
trac-wiki-0.3.27 Rakefile
trac-wiki-0.3.26 Rakefile
trac-wiki-0.3.25 Rakefile