Sha256: 22fe4ed9c9fa73b14f5222211e18413b9833b0ee96b68421ffd753ede66bd698
Contents?: true
Size: 347 Bytes
Versions: 49
Compression:
Stored size: 347 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"] end
Version data entries
49 entries across 49 versions & 1 rubygems
Version | Path |
---|---|
yao-0.2.0 | Rakefile |
yao-0.2.0.rc1 | Rakefile |
yao-0.1.1 | Rakefile |
yao-0.1.0 | Rakefile |
yao-0.0.6 | Rakefile |
yao-0.0.5 | Rakefile |
yao-0.0.4 | Rakefile |
yao-0.0.3 | Rakefile |
yao-0.0.2 | Rakefile |