Sha256: cadf6285eeef3b53d3d65ca5fa02de1d5b991313fdd26340d57739f439341d63

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
begin
  require "rspec/core/rake_task"
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
  # Ignored
end

require "standard/rake"

task default: %i[spec standard]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-ordering-mttf-0.1.1 Rakefile
rspec-ordering-mttf-0.1.0 Rakefile