Sha256: ed293b610d2c2d07443a540dc6667539386798585e8d035da16f1d3df8cb5df2

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

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

Rake::TestTask.new do |test|
  test.libs << 'test'
  test.pattern = 'test/test_*.rb'
  test.verbose = true
end

task default: :test

task :coverage do |t|
  ENV['SIMPLE_COV'] = '1'
  Rake::Task['test'].invoke
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-splunk-enterprise-0.10.2 Rakefile
fluent-plugin-splunk-enterprise-0.10.1 Rakefile
fluent-plugin-splunk-enterprise-0.10.0 Rakefile
fluent-plugin-splunk-enterprise-0.9.3 Rakefile
fluent-plugin-splunk-enterprise-0.9.2 Rakefile
fluent-plugin-splunk-enterprise-0.9.1 Rakefile
fluent-plugin-splunk-enterprise-0.9.0 Rakefile