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.15.7 Rakefile
html-pipeline-linuxfr-0.15.6 Rakefile
html-pipeline-linuxfr-0.15.5 Rakefile
html-pipeline-linuxfr-0.15.4 Rakefile
html-pipeline-linuxfr-0.15.3 Rakefile
html-pipeline-linuxfr-0.14.30 Rakefile
html-pipeline-linuxfr-0.15.2 Rakefile
html-pipeline-linuxfr-0.15.1 Rakefile
html-pipeline-linuxfr-0.14.29 Rakefile
html-pipeline-linuxfr-0.15.0 Rakefile
html-pipeline-linuxfr-0.14.28 Rakefile
html-pipeline-linuxfr-0.14.27 Rakefile
html-pipeline-linuxfr-0.14.26 Rakefile
html-pipeline-2.4.1 Rakefile
html-pipeline-2.4.0 Rakefile
html-pipeline-2.3.0 Rakefile
html-pipeline-2.2.4 Rakefile
html-pipeline-2.2.3 Rakefile
html-pipeline-2.2.2 Rakefile
html-pipeline-2.2.1 Rakefile