Sha256: 4c59919037ce91361c43e7beadc6ccfbc6d4200658f22333e8c957ad10d7c32a

Contents?: true

Size: 256 Bytes

Versions: 44

Compression:

Stored size: 256 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/**/*_test.rb']
  t.verbose = true
end

task :default do
  Rake::Task[:test].invoke
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
logjam_agent-0.30.0 Rakefile
logjam_agent-0.29.6 Rakefile
logjam_agent-0.29.5 Rakefile
logjam_agent-0.29.4 Rakefile
logjam_agent-0.29.3 Rakefile
logjam_agent-0.29.2 Rakefile
logjam_agent-0.29.1 Rakefile
logjam_agent-0.29.0 Rakefile
logjam_agent-0.28.0 Rakefile
logjam_agent-0.27.0 Rakefile
logjam_agent-0.26.6 Rakefile
logjam_agent-0.26.5 Rakefile
logjam_agent-0.26.4 Rakefile
logjam_agent-0.26.3 Rakefile
logjam_agent-0.26.2 Rakefile
logjam_agent-0.26.1 Rakefile
logjam_agent-0.26.0 Rakefile
logjam_agent-0.25.3 Rakefile
logjam_agent-0.25.2 Rakefile
logjam_agent-0.25.1 Rakefile