Sha256: 58dbff50354b0b1e9de62853b6780bb5b44875c40167760a9850cec735d7ca5f

Contents?: true

Size: 348 Bytes

Versions: 14

Compression:

Stored size: 348 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.test_files  = Dir['test/plugin/*.rb']
  test.ruby_opts = ['-rubygems'] if defined? Gem
  test.ruby_opts << '-I.'
  test.verbose = true
end

task :default => :test

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
fluent-plugin-cloudstack-0.1.3 Rakefile
fluent-plugin-cloudstack-0.1.2 Rakefile
fluent-plugin-cloudstack-0.1.1 Rakefile
fluent-plugin-network-probe-0.1.0 Rakefile
fluent-plugin-network-probe-0.0.1 Rakefile
fluent-plugin-cloudstack-0.1.0 Rakefile
fluent-plugin-cloudstack-0.0.9 Rakefile
fluent-plugin-cloudstack-0.0.8 Rakefile
fluent-plugin-cloudstack-0.0.7 Rakefile
fluent-plugin-cloudstack-0.0.6 Rakefile
fluent-plugin-cloudstack-0.0.4 Rakefile
fluent-plugin-cloudstack-0.0.3 Rakefile
fluent-plugin-cloudstack-0.0.2 Rakefile
fluent-plugin-cloudstack-0.0.1 Rakefile