Sha256: 8c216061a228e45087fb1c8c57305bddb2a7f45b3b195275bdea001892f90799

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 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

6 entries across 6 versions & 1 rubygems

Version Path
color_pound_spec_reporter-0.0.9 Rakefile
color_pound_spec_reporter-0.0.8 Rakefile
color_pound_spec_reporter-0.0.7 Rakefile
color_pound_spec_reporter-0.0.6 Rakefile
color_pound_spec_reporter-0.0.5 Rakefile
color_pound_spec_reporter-0.0.4 Rakefile