Sha256: 38a50350cf5c34d5c3f128bb37f9aa13069866e346d0a276783c25f50e3cbf16

Contents?: true

Size: 222 Bytes

Versions: 30

Compression:

Stored size: 222 Bytes

Contents

require 'rake/testtask'
require 'fileutils'

Rake::TestTask.new do |t|
  t.libs << 'lib' << 'test'
  t.test_files = FileList['test/*_test.rb']
  t.verbose = true
end

desc Rake::Task['test'].comment
task :default => :test

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
dynflow-0.8.10 Rakefile
dynflow-0.8.9 Rakefile
dynflow-0.8.8 Rakefile
dynflow-0.8.7 Rakefile
dynflow-0.8.6 Rakefile
dynflow-0.8.5 Rakefile
dynflow-0.8.4 Rakefile
dynflow-0.8.3 Rakefile
dynflow-0.8.2 Rakefile
dynflow-0.8.1 Rakefile
dynflow-0.8.0 Rakefile
dynflow-0.7.9 Rakefile
dynflow-0.7.8 Rakefile
dynflow-0.7.7 Rakefile
dynflow-0.7.6 Rakefile
dynflow-0.7.5 Rakefile
dynflow-0.7.4 Rakefile
dynflow-0.7.3 Rakefile
dynflow-0.7.2 Rakefile
dynflow-0.7.1 Rakefile