Sha256: c88e0dbfcdf023f115bc1162a311f5941458cbbff1d8c47bd6014b6c531a8396

Contents?: true

Size: 333 Bytes

Versions: 27

Compression:

Stored size: 333 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
  t.ruby_opts = %w(-W1)
end

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

task :integration do
  sh "cd railsapp && rake"
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
logjam_agent-0.39.1 Rakefile
logjam_agent-0.39.0 Rakefile
logjam_agent-0.38.5 Rakefile
logjam_agent-0.38.4 Rakefile
logjam_agent-0.38.3 Rakefile
logjam_agent-0.38.2 Rakefile
logjam_agent-0.38.1 Rakefile
logjam_agent-0.38.0 Rakefile
logjam_agent-0.37.1 Rakefile
logjam_agent-0.37.0 Rakefile
logjam_agent-0.36.0 Rakefile
logjam_agent-0.35.1 Rakefile
logjam_agent-0.35.0 Rakefile
logjam_agent-0.34.3 Rakefile
logjam_agent-0.34.2 Rakefile
logjam_agent-0.34.1 Rakefile
logjam_agent-0.34.0 Rakefile
logjam_agent-0.33.3 Rakefile
logjam_agent-0.33.2 Rakefile
logjam_agent-0.33.1 Rakefile