Sha256: 0bbed71ff934b5107b2fcf953883390031a86d57709a991f20ca55a6bf55c3c1

Contents?: true

Size: 223 Bytes

Versions: 17

Compression:

Stored size: 223 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

require 'devops_assist'

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
end

task :default => :test

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
toolrack-0.22.0 Rakefile
toolrack-0.21.0 Rakefile
toolrack-0.20.2 Rakefile
gvcs-0.1.1 Rakefile
toolrack-0.20.1 Rakefile
toolrack-0.20.0 Rakefile
toolrack-0.19.1 Rakefile
toolrack-0.18.6 Rakefile
toolrack-0.18.5 Rakefile
toolrack-0.18.4 Rakefile
toolrack-0.18.3 Rakefile
toolrack-0.18.2 Rakefile
toolrack-0.18.1 Rakefile
toolrack-0.18.0 Rakefile
toolrack-0.17.0 Rakefile
toolrack-0.16.2 Rakefile
toolrack-0.16.1 Rakefile