Sha256: aa5a50457e3946a4cfc7a778bd1af989236c624177b37c627f2e97f918c13f8c
Contents?: true
Size: 117 Bytes
Versions: 7
Compression:
Stored size: 117 Bytes
Contents
require "rake/testtask" task :default => :test Rake::TestTask.new do |t| t.libs << "test" t.warning = true end
Version data entries
7 entries across 7 versions & 1 rubygems