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.13 Rakefile
html-pipeline-1.6.0 Rakefile
html-pipeline-1.5.0 Rakefile
html-pipeline-1.4.0 Rakefile
html-pipeline-linuxfr-0.14.12 Rakefile
html-pipeline-1.3.0 Rakefile
html-pipeline-linuxfr-0.14.11 Rakefile
html-pipeline-1.1.0 Rakefile
html-pipeline-linuxfr-0.14.10 Rakefile
html-pipeline-linuxfr-0.14.9 Rakefile
html-pipeline-1.0.0 Rakefile
html-pipeline-linuxfr-0.14.8 Rakefile
opt_out-1.1.0 Rakefile
html-pipeline-linuxfr-0.14.7 Rakefile
html-pipeline-0.3.1 Rakefile
html-pipeline-0.3.0 Rakefile
html-pipeline-0.2.1 Rakefile
opt_out-1.0.0 Rakefile
html-pipeline-0.2.0 Rakefile
html-pipeline-0.1.0 Rakefile