Sha256: 8a767ca9c2fde026ba17b37e97423d3e8a13c13963f43ddda455c03f8c95c133

Contents?: true

Size: 205 Bytes

Versions: 18

Compression:

Stored size: 205 Bytes

Contents

require "bundler/gem_tasks"

require "rake/testtask"

Rake::TestTask.new do |t|
  t.libs << "lib"
  t.libs << "test"
  t.test_files = FileList['test/test_*.rb']
  t.verbose = true
end

task default: :test

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
aptly_cli-0.2.6 Rakefile
aptly_cli-0.2.5 Rakefile
aptly_cli-0.2.4 Rakefile
aptly_cli-0.2.3 Rakefile
aptly_cli-0.2.2 Rakefile
aptly_cli-0.2.1 Rakefile
aptly_cli-0.2.0 Rakefile
aptly_cli-0.1.9 Rakefile
aptly_cli-0.1.8 Rakefile
aptly_cli-0.1.7 Rakefile
aptly_cli-0.1.6 Rakefile
aptly_cli-0.1.5 Rakefile
aptly_cli-0.1.4 Rakefile
aptly_cli-0.1.3 Rakefile
aptly_cli-0.1.2 Rakefile
aptly_cli-0.1.1 Rakefile
aptly_cli-0.0.2 Rakefile
aptly_cli-0.0.1 Rakefile