Sha256: 059ad053bb2d9973dc9fcc84391d0b782861288dedf43b1f7ae34c9e111291bd

Contents?: true

Size: 230 Bytes

Versions: 25

Compression:

Stored size: 230 Bytes

Contents

require "bundler/gem_tasks"

require 'rake/testtask'
desc 'Run test_unit based test'
Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.test_files = Dir["test/**/test_*.rb"].sort
  t.verbose = true
end
task :default => :test

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
fluent-plugin-avro-1.1.1 Rakefile
fluent-plugin-avro-1.1.0 Rakefile
bigquery_migration-0.3.2 Rakefile
bigquery_migration-0.3.1 Rakefile
fluent-plugin-avro-1.0.0 Rakefile
bigquery_migration-0.3.0 Rakefile
bigquery_migration-0.2.2 Rakefile
bigquery_migration-0.2.1 Rakefile
bigquery_migration-0.2.0 Rakefile
bigquery_migration-0.2.0.pre2 Rakefile
bigquery_migration-0.2.0.pre1 Rakefile
bigquery_migration-0.1.7 Rakefile
bigquery_migration-0.1.6 Rakefile
bigquery_migration-0.1.5 Rakefile
bigquery_migration-0.1.4 Rakefile
bigquery_migration-0.1.3 Rakefile
bigquery_migration-0.1.2 Rakefile
bigquery_migration-0.1.1 Rakefile
bigquery_migration-0.1.0 Rakefile
bigquery_migration-0.1.0.pre6 Rakefile