Sha256: 6b4bdd1a66e83be6829abeea37e55fdf7a4c20b598914310136a9256a3cf9229
Contents?: true
Size: 227 Bytes
Versions: 6
Compression:
Stored size: 227 Bytes
Contents
require 'rake/testtask' # gems not loading? try this #RUBYOPT="rubygems" #export RUBYOPT Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList['test/**/tc_*.rb'] t.verbose = true end task :default => :test
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
axlsx-1.0.6 | Rakefile |
axlsx-1.0.5 | Rakefile |
axlsx-1.0.4 | Rakefile |
axlsx-1.0.3 | Rakefile |
axlsx-1.0.1 | Rakefile |
axlsx-1.0.0 | Rakefile |