Sha256: 328011d3bec9f971a3355002399c6174db5b85d17632bb20ee96ddb3746d1897

Contents?: true

Size: 171 Bytes

Versions: 22

Compression:

Stored size: 171 Bytes

Contents

# in Rakefile
require 'rake/testtask'
  Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'tests/**/test_*.rb'
  test.verbose = true
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fluent-plugin-aws-sqs-1.0.25 Rakefile
fluent-plugin-aws-sqs-1.0.24 Rakefile
fluent-plugin-aws-sqs-1.0.23 Rakefile
fluent-plugin-aws-sqs-1.0.22 Rakefile
fluent-plugin-aws-sqs-1.0.21 Rakefile
fluent-plugin-aws-sqs-1.0.20 Rakefile
fluent-plugin-aws-sqs-1.0.19 Rakefile
fluent-plugin-aws-sqs-1.0.18 Rakefile
fluent-plugin-aws-sqs-1.0.17 Rakefile
fluent-plugin-aws-sqs-1.0.16 Rakefile
fluent-plugin-aws-sqs-1.0.15 Rakefile
fluent-plugin-aws-sqs-1.0.14 Rakefile
fluent-plugin-aws-sqs-1.0.13 Rakefile
fluent-plugin-aws-sqs-1.0.12 Rakefile
fluent-plugin-aws-sqs-1.0.11 Rakefile
fluent-plugin-aws-sqs-1.0.10 Rakefile
fluent-plugin-aws-sqs-1.0.9 Rakefile
fluent-plugin-aws-sqs-1.0.8 Rakefile
fluent-plugin-aws-sqs-1.0.7 Rakefile
fluent-plugin-aws-sqs-1.0.6 Rakefile