Sha256: 0b4a3cff4bcfcb5a1f9d74899af3431b0f8e68024563e4adbc772f8c0bf6cd06

Contents?: true

Size: 190 Bytes

Versions: 10

Compression:

Stored size: 190 Bytes

Contents

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

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

task default: :test

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
exceptional_synchrony-1.3.0.pre.lee.1 Rakefile
exception_handling-2.4.4.pre.1 Rakefile
exception_handling-2.4.4 Rakefile
exceptional_synchrony-1.2.0 Rakefile
exception_handling-2.4.3 Rakefile
exception_handling-2.4.3.pre.2 Rakefile
exception_handling-2.4.3.pre.1 Rakefile
exception_handling-2.4.2 Rakefile
exceptional_synchrony-1.1.1 Rakefile
exception_handling-2.4.1 Rakefile