Sha256: ae864cfaecf6fc7cc9ce2f28026687b980a8963f9333f183f52c1246f7712fd8

Contents?: true

Size: 192 Bytes

Versions: 10

Compression:

Stored size: 192 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new do |task|
  task.libs << 'lib'
  task.pattern = 'test/**/*_test.rb'
  task.verbose = false
end

task :default => [:test]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
author-1.2.0.alpha Rakefile
author-1.1.6.alpha Rakefile
author-1.1.5.alpha Rakefile
author-1.1.4.alpha Rakefile
author-1.1.3.alpha Rakefile
author-1.1.2.alpha Rakefile
author-1.1.1.alpha Rakefile
author-1.1.0.alpha Rakefile
author-1.0.1.alpha Rakefile
author-1.0.0.alpha Rakefile