Sha256: bb4abef8b073f94fc0e956ae737497abcf2b799823741691e921e9fd97fb78e8
Contents?: true
Size: 476 Bytes
Versions: 6
Compression:
Stored size: 476 Bytes
Contents
require "bundler/gem_tasks" import 'test/benchmarks/benchmark.rake' task :default => :test require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' # exclude benchmark from the tests as the way it functions resets code coverage during executions #test.pattern = 'test/unit/*_test.rb' # using test files opposed to pattern as it outputs which files are run test.test_files = FileList['test/unit/*_test.rb'] test.verbose = true end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
coverband-1.5.4 | Rakefile |
coverband-1.5.3 | Rakefile |
coverband-1.5.2 | Rakefile |
coverband-1.5.1 | Rakefile |
coverband-1.5.0 | Rakefile |
coverband-1.3.1 | Rakefile |