Sha256: ba4bc33500a39709787274ce7326af1fb69553ebb85706d12acd067c08e3f9fd

Contents?: true

Size: 252 Bytes

Versions: 19

Compression:

Stored size: 252 Bytes

Contents

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

desc 'Default: run unit tests.'
task default: :test

desc 'Run unit tests.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
enumerations-2.6.0 Rakefile
enumerations-2.5.4 Rakefile
enumerations-2.5.3 Rakefile
enumerations-2.5.2 Rakefile
enumerations-2.5.1 Rakefile
enumerations-2.5.0 Rakefile
enumerations-1.3.2 Rakefile
enumerations-1.3.1 Rakefile
enumerations-2.4.0 Rakefile
enumerations-2.3.3 Rakefile
enumerations-2.3.2 Rakefile
enumerations-2.3.1 Rakefile
enumerations-2.2.3 Rakefile
enumerations-2.2.2 Rakefile
enumerations-2.2.1 Rakefile
enumerations-2.2.0 Rakefile
enumerations-2.1.0 Rakefile
enumerations-2.0.0 Rakefile
enumerations-1.3.0 Rakefile