Sha256: 6ae5810d6111cd75cd88a8be9af739cf18036ef319b6a8886e9666042f30b546

Contents?: true

Size: 192 Bytes

Versions: 27

Compression:

Stored size: 192 Bytes

Contents

require "bundler/gem_tasks"

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.test_files = Dir['test/**/*_test.rb']
  t.libs << 'test'
  t.verbose = true
end

task default: :test

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
verdict-0.16.1 Rakefile
verdict-0.16.0 Rakefile
verdict-0.15.2 Rakefile
verdict-0.15.1 Rakefile
verdict-0.15.0 Rakefile
verdict-0.14.0 Rakefile
verdict-0.13.0 Rakefile
verdict-0.12.0 Rakefile
verdict-0.11.0 Rakefile
verdict-0.10.0 Rakefile
verdict-0.9.0 Rakefile
verdict-0.8.0 Rakefile
verdict-0.7.0 Rakefile
verdict-0.6.3 Rakefile
verdict-0.6.2 Rakefile
verdict-0.6.1 Rakefile
verdict-0.6.0 Rakefile
verdict-0.5.0 Rakefile
verdict-0.4.1 Rakefile
verdict-0.4.0 Rakefile