Sha256: c6a59c5000a560de7ee623448aedaaa84ce3b6752a37bf2f69098bba6d8cb59b

Contents?: true

Size: 246 Bytes

Versions: 16

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

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

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
  t.warning = true
end

task(default: :test)

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
packwerk-2.2.0 Rakefile
packwerk-2.1.1 Rakefile
packwerk-2.1.0 Rakefile
packwerk-2.0.0 Rakefile
packwerk-1.4.0 Rakefile
packwerk-1.3.2 Rakefile
packwerk-1.3.1 Rakefile
packwerk-1.3.0 Rakefile
packwerk-1.2.0 Rakefile
packwerk-1.1.3 Rakefile
packwerk-1.1.2 Rakefile
packwerk-1.1.1 Rakefile
packwerk-1.1.0 Rakefile
packwerk-1.0.2 Rakefile
packwerk-1.0.1 Rakefile
packwerk-1.0.0 Rakefile