Sha256: d84713d79cbc5c56a1aca1708c2ef42e569334f45a739dcda66efbb583379c56

Contents?: true

Size: 367 Bytes

Versions: 14

Compression:

Stored size: 367 Bytes

Contents

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

desc 'Run yao\'s test suite'
Rake::TestTask.new do |t|
  # To run test for only one file (or file path pattern)
  #  $ bundle exec rake test TEST=test/test_specified_path.rb
  t.libs.concat ["test"]
  t.test_files = Dir["test/**/test_*.rb"]
  t.verbose = true
  t.ruby_opts = ["-r config"]
  t.warning = false
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
yao-0.21.0 Rakefile
yao-0.20.0 Rakefile
yao-0.19.0 Rakefile
yao-0.18.0 Rakefile
yao-0.17.0 Rakefile
yao-0.16.0 Rakefile
yao-0.15.0 Rakefile
yao-0.14.0 Rakefile
yao-0.13.4 Rakefile
yao-0.13.3 Rakefile
yao-0.13.2 Rakefile
yao-0.13.1 Rakefile
yao-0.13.0 Rakefile
yao-0.12.0 Rakefile