Sha256: 61fd1a793e92fe895c0330d9388c556cae2297a392c6737c00c7718affa60c22

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

require "bundler/gem_tasks"

require 'rake/testtask'

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

9 entries across 9 versions & 3 rubygems

Version Path
autobots-0.2.3 Rakefile
autobots-0.2.2 Rakefile
autobots-0.2.1 Rakefile
validates_potty_mouth-0.1.0 Rakefile
autobots-0.2.0 Rakefile
autobots-0.1.0 Rakefile
autobots-0.0.1 Rakefile
validates_potty_mouth-0.0.1 Rakefile
validates_not_shouting-0.0.1 Rakefile