Sha256: 238595ecef4f5ffe83a94178d2448dbdb7f05e9be244c27adcfb8638e03f6274
Contents?: true
Size: 271 Bytes
Versions: 7
Compression:
Stored size: 271 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'test' test.test_files = FileList['test/unit/*_test.rb', 'test/rails/*_test.rb']# - ['test/rails/capture_test.rb'] test.verbose = true end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
apotomo-1.1.2 | Rakefile |
apotomo-1.1.1 | Rakefile |
apotomo-1.1.0 | Rakefile |
apotomo-1.1.0.rc1 | Rakefile |
apotomo-1.0.5 | Rakefile |
apotomo-1.0.4 | Rakefile |
apotomo-1.0.3 | Rakefile |