Sha256: 4a63716885b3cec13497e25f0ca9d22ba7feab443bc17315b126094f052af95d

Contents?: true

Size: 282 Bytes

Versions: 37

Compression:

Stored size: 282 Bytes

Contents

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

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

require_relative 'spec/rake_test_warning_false'

desc "run rspec unit tests"
begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:rspec)
end

task default: :rspec

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
exception_handling-2.11.4.gfaza.1 Rakefile
exception_handling-2.11.3 Rakefile
exception_handling-2.11.2 Rakefile
exception_handling-2.11.1 Rakefile
exception_handling-2.11.0 Rakefile
exception_handling-2.10.0 Rakefile
exception_handling-2.10.0.pre.2 Rakefile
exception_handling-2.10.0.pre.1 Rakefile
exception_handling-2.9.0 Rakefile
exception_handling-2.9.0.pre.1 Rakefile
exception_handling-2.8.1 Rakefile
exception_handling-2.8.1.pre.1 Rakefile
exception_handling-2.8.1.pre.0 Rakefile
exception_handling-2.8.0 Rakefile
exception_handling-2.8.0.pre.1 Rakefile
exception_handling-2.7.0 Rakefile
exception_handling-2.6.1 Rakefile