Sha256: 308196e6d3746de8a827d92c863efbc2d8b4040ff2f31bc9af88ef43db42bc96

Contents?: true

Size: 190 Bytes

Versions: 15

Compression:

Stored size: 190 Bytes

Contents

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

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

task default: :test

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
hash_delegate-0.0.6 Rakefile
hash_delegate-0.0.5 Rakefile
hash_delegate-0.0.4 Rakefile
hash_delegate-0.0.2 Rakefile
archiveable-0.0.6 Rakefile
archiveable-0.0.5 Rakefile
archiveable-0.0.3 Rakefile
archiveable-0.0.2 Rakefile
archiveable-0.0.1 Rakefile
instavin-0.0.1 Rakefile
black_book-0.0.5 Rakefile
black_book-0.0.4 Rakefile
black_book-0.0.3 Rakefile
black_book-0.0.2 Rakefile
black_book-0.0.1 Rakefile