Sha256: 61a9e4fb0be7b9056770d4f361f3ef258ffba23dcec235110718d244b88f441e

Contents?: true

Size: 282 Bytes

Versions: 27

Compression:

Stored size: 282 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'bundler'
require "bundler/gem_tasks"

#Bundler::GemHelper.install_tasks

task :default => [:test]

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
workbook-0.8.0 Rakefile
workbook-0.7.6 Rakefile
workbook-0.7.5 Rakefile
workbook-0.7.3 Rakefile
workbook-0.7.2 Rakefile
workbook-0.7.1 Rakefile
workbook-0.7 Rakefile
workbook-0.6 Rakefile
workbook-0.5 Rakefile
workbook-0.4.14 Rakefile
workbook-0.4.13 Rakefile
workbook-0.4.12 Rakefile
workbook-0.4.11 Rakefile
workbook-0.4.10 Rakefile
workbook-0.4.9 Rakefile
workbook-0.4.8 Rakefile
workbook-0.4.7 Rakefile
workbook-0.4.6.0 Rakefile
workbook-0.4.5.1 Rakefile
workbook-0.4.5 Rakefile