Sha256: 9867f0c30d559ee1a4e3e085fcdcddc1c2d7710ae1c82b79f44ee157e13ffba8

Contents?: true

Size: 224 Bytes

Versions: 44

Compression:

Stored size: 224 Bytes

Contents

require 'bundler'
require 'rake/testtask'

Bundler::GemHelper.install_tasks

task :default => [:test]

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

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
golf-0.4.13 Rakefile
golf-0.4.12 Rakefile
golf-0.4.11 Rakefile
golf-0.4.10 Rakefile
golf-0.4.9 Rakefile
golf-0.4.8 Rakefile
golf-0.4.7 Rakefile
golf-0.4.6 Rakefile
golf-0.4.5 Rakefile
golf-0.4.4 Rakefile
golf-0.4.3 Rakefile
golf-0.4.2 Rakefile
golf-0.4.1 Rakefile
golf-0.4.0 Rakefile
golf-0.3.9 Rakefile
golf-0.3.8 Rakefile
golf-0.3.7 Rakefile
golf-0.3.6 Rakefile
golf-0.3.5 Rakefile
golf-0.3.4 Rakefile