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.25.0 Rakefile
logjam_agent-0.24.10 Rakefile
logjam_agent-0.24.9 Rakefile
logjam_agent-0.24.8 Rakefile
logjam_agent-0.24.7 Rakefile
logjam_agent-0.24.6 Rakefile
logjam_agent-0.24.5 Rakefile
logjam_agent-0.24.4 Rakefile
logjam_agent-0.24.3 Rakefile
logjam_agent-0.24.2 Rakefile
logjam_agent-0.24.1 Rakefile
logjam_agent-0.24.0 Rakefile
logjam_agent-0.23.1 Rakefile
logjam_agent-0.23.0 Rakefile
logjam_agent-0.22.1 Rakefile
logjam_agent-0.22.0 Rakefile
logjam_agent-0.21.1 Rakefile
logjam_agent-0.21.0 Rakefile
logjam_agent-0.20.0 Rakefile
logjam_agent-0.19.6 Rakefile