Sha256: 48134c37b177222d9c071f217d0043dc9726fd4eeca212778c05d56c24c21650

Contents?: true

Size: 179 Bytes

Versions: 17

Compression:

Stored size: 179 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

task :default => :test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bootstrap-generators-2.3.1.2 Rakefile
bootstrap-generators-2.3.1.1 Rakefile
bootstrap-generators-2.3.1 Rakefile
bootstrap-generators-2.2.2 Rakefile
bootstrap-generators-2.2.1 Rakefile
bootstrap-generators-2.1.1 Rakefile
bootstrap-generators-2.0.4 Rakefile
bootstrap-generators-2.0.0 Rakefile
bootstrap-generators-1.4.0 Rakefile
bootstrap-generators-1.0.1 Rakefile
bootstrap-generators-1.0.0 Rakefile
bootstrap-generators-0.0.6 Rakefile
bootstrap-generators-0.0.5 Rakefile
bootstrap-generators-0.0.4 Rakefile
bootstrap-generators-0.0.3 Rakefile
bootstrap-generators-0.0.2 Rakefile
bootstrap-generators-0.0.1 Rakefile