Sha256: 9371c28c946eccc317c19b9e68bfe9922e95c66c58621d91460f6e8858109488

Contents?: true

Size: 264 Bytes

Versions: 12

Compression:

Stored size: 264 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new do |test|
  test.libs      << 'lib' << 'test'
  test.pattern   = 'test/**/test_*.rb'
  test.ruby_opts = ['-rubygems']
  test.verbose   = true
end

task :default => :test

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
associo-0.1.0 Rakefile
joint-0.6.2 Rakefile
jamieorc-joint-0.6.2 Rakefile
joint-0.6.1 Rakefile
jamieorc-joint-0.6.1 Rakefile
jamieorc-joint-0.5.6 Rakefile
joint-0.6.0 Rakefile
joint-0.5.5 Rakefile
joint-0.5.4 Rakefile
joint-0.5.3 Rakefile
joint-0.5.2 Rakefile
joint-0.5.1 Rakefile