Sha256: 82135af5f921a66dfcaf4b8b0cb850b37cdb28dcdcb5bfb7e43eb0243c4dcf8b

Contents?: true

Size: 216 Bytes

Versions: 31

Compression:

Stored size: 216 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

task default: :test

desc 'Run test_unit based test'
Rake::TestTask.new do |t|
  t.libs << 'test'
  t.test_files = Dir['test/**/test_*.rb']
  t.verbose = true
end

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
ragoon-1.1.1 Rakefile
ruboty-ragoon-1.1.0 Rakefile
ragoon-1.1.0 Rakefile
ruboty-ragoon-1.0.0 Rakefile
ragoon-1.0.0 Rakefile
ruboty-ragoon-0.8.1 Rakefile
ragoon-0.8.1 Rakefile
ragoon-0.8.0 Rakefile
ruboty-ragoon-0.8.0 Rakefile
ragoon-0.7.0 Rakefile
ruboty-ragoon-0.7.0 Rakefile
ragoon-0.6.0 Rakefile
ruboty-ragoon-0.6.1 Rakefile
ragoon-0.5.2 Rakefile
ragoon-0.5.1 Rakefile
ruboty-ragoon-0.6.0 Rakefile
ragoon-0.5.0 Rakefile
ragoon-0.4.3 Rakefile
date_misc-1.1.1 Rakefile
date_misc-1.1.0 Rakefile