Sha256: 71d7bef027018a2233e75dd54d4185058b0579f0881c0b3efc51fb77d0c81ddb

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

#!/usr/bin/env rake
# frozen_string_literal: true

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

require_relative 'test/rake_test_warning_false'

task default: :test

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exception_handling-2.7.0.pre.1 Rakefile
exception_handling-2.6.0 Rakefile
exception_handling-2.5.1.pre.1 Rakefile
exception_handling-2.5.0 Rakefile
exception_handling-2.5.0.pre.2 Rakefile
exception_handling-2.5.0.pre.1 Rakefile