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-3.1.1 Rakefile
exception_handling-3.1.1.pre.tstarck.1 Rakefile
exception_handling-3.1.0 Rakefile
exception_handling-3.1.0.pre.3 Rakefile
exception_handling-3.0.1 Rakefile
exception_handling-3.1.0.pre.2 Rakefile
exception_handling-3.1.0.pre.tstarck.2 Rakefile
exception_handling-3.1.0.pre.tstarck.1 Rakefile
exception_handling-3.0.0 Rakefile
exception_handling-3.0.0.pre.2 Rakefile
exception_handling-2.17.0.pre.tstarck.1 Rakefile
exception_handling-2.16.0 Rakefile
exception_handling-2.15.0 Rakefile
exception_handling-2.14.0 Rakefile
exception_handling-2.14.0.pre.gk.1 Rakefile
exception_handling-2.14.0.pre.gk.0 Rakefile
exception_handling-2.13.0 Rakefile
exception_handling-2.13.0.pre.dc.0 Rakefile
exception_handling-2.12.0 Rakefile
exception_handling-2.12.0.gfaza.1 Rakefile