Sha256: 343c2fbc8e8b26363f337b71669525c45c32e2264cc198f2baaef685048beea6

Contents?: true

Size: 211 Bytes

Versions: 79

Compression:

Stored size: 211 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rake/testtask'

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

task :default => :test

Version data entries

79 entries across 79 versions & 4 rubygems

Version Path
html-pipeline-linuxfr-0.14.6 Rakefile
html-pipeline-linuxfr-0.14.5 Rakefile
html-pipeline-linuxfr-0.14.4 Rakefile
html-pipeline-linuxfr-0.14.3 Rakefile
html-pipeline-linuxfr-0.14.2 Rakefile
html-pipeline-linuxfr-0.14.1 Rakefile
html-pipeline-linuxfr-0.14.0 Rakefile
html-pipeline-linuxfr-0.0.14 Rakefile
html-pipeline-0.0.14 Rakefile
html-pipeline-0.0.13 Rakefile
geothird-html-pipeline-0.0.12 Rakefile
html-pipeline-0.0.12 Rakefile
html-pipeline-0.0.11 Rakefile
html-pipeline-0.0.10 Rakefile
html-pipeline-0.0.8 Rakefile
html-pipeline-0.0.7 Rakefile
html-pipeline-0.0.6 Rakefile
html-pipeline-0.0.5 Rakefile
html-pipeline-0.0.4 Rakefile