Sha256: d84491e89d5068cb04c4f638074ea040c4d4d595be739bdd93cadd1151c90939
Contents?: true
Size: 307 Bytes
Versions: 8
Compression:
Stored size: 307 Bytes
Contents
require 'bundler/gem_tasks' require 'rake/testtask' Rake::TestTask.new do |t| t.verbose = true t.warning = true end namespace :test do task :coverage do ENV['COVERAGE'] = 'true' Rake::Task['test'].invoke end end task(:doc_stats) { ruby '-S yard stats' } task default: [:test, :doc_stats]
Version data entries
8 entries across 8 versions & 5 rubygems
Version | Path |
---|---|
h-2.2.2 | Rakefile |
spectus-2.1.0 | Rakefile |
arukamo-1.0.0 | Rakefile |
expect-0.0.11 | Rakefile |
matchi-0.0.6 | Rakefile |
expect-0.0.10 | Rakefile |
h-2.2.1 | Rakefile |
h-2.2.0 | Rakefile |