Sha256: 1f46a39f0bdbd954340add40ed9b7446b7d97b9e0c7ff236d69880339adc7bdb
Contents?: true
Size: 238 Bytes
Versions: 3
Compression:
Stored size: 238 Bytes
Contents
require "bundler/gem_tasks" require "rake/testtask" Bundler::GemHelper.install_tasks Rake::TestTask.new(:test) do |t| t.libs << 'lib' t.libs << 'test' t.pattern = 'test/**/*_test.rb' t.verbose = false end task default: :test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
color_pound_spec_reporter-0.0.3 | Rakefile |
color_pound_spec_reporter-0.0.2 | Rakefile |
color_pound_spec_reporter-0.0.1 | Rakefile |