Sha256: 99909c51304f65fd3b26bfd8b90ac9d7515b5d6a44f5c85b73ec022bfb530d48
Contents?: true
Size: 203 Bytes
Versions: 13
Compression:
Stored size: 203 Bytes
Contents
require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'spec' # test.warning = true # Wow that outputs a lot of shit test.pattern = 'spec/**/*_spec.rb' end task :default => :test
Version data entries
13 entries across 13 versions & 1 rubygems