Sha256: 9e2a94c36a8a23d68cf9a788b8641c016cdd2af9a9ce2c65791d00f4d08a1f70

Contents?: true

Size: 357 Bytes

Versions: 22

Compression:

Stored size: 357 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.pattern = File.join 'test', '**', 'test_*.rb'
  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

22 entries across 22 versions & 5 rubygems

Version Path
expect-0.0.9 Rakefile
expect-0.0.8 Rakefile
matchi-0.0.5 Rakefile
expect-0.0.7 Rakefile
spectus-2.0.3 Rakefile
matchi-0.0.4 Rakefile
spectus-2.0.2 Rakefile
taipu-0.0.1 Rakefile
opushon-0.2 Rakefile
expect-0.0.6 Rakefile
expect-0.0.5 Rakefile
matchi-0.0.3 Rakefile
matchi-0.0.2 Rakefile
spectus-2.0.1 Rakefile
spectus-2.0.0 Rakefile
expect-0.0.4 Rakefile
expect-0.0.3 Rakefile
matchi-0.0.1 Rakefile
spectus-1.1.1 Rakefile
spectus-1.0.1 Rakefile