Sha256: 8c729515380e8186226945c5c9db504e47655d296119aa831e285922e83a7a04
Contents?: true
Size: 210 Bytes
Versions: 25
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true require 'knapsack_pro' namespace :knapsack_pro do task :test_unit, [:test_unit_args] do |_, args| KnapsackPro::Runners::TestUnitRunner.run(args[:test_unit_args]) end end
Version data entries
25 entries across 25 versions & 1 rubygems