Sha256: 6a133e8e96d3f094a70899b3d19698d9d045064f28872500c0346cc84aea716c

Contents?: true

Size: 255 Bytes

Versions: 65

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = Dir.glob("spec/**/*_spec.rb")
end

desc "Map rake test to rake spec"
task test: :spec

Version data entries

65 entries across 65 versions & 5 rubygems

Version Path
filta-4.0.0 Rakefile
logga-6.0.0 Rakefile
filta-3.0.0 Rakefile
logga-5.0.0 Rakefile
kaminari-api-meta-data-2.0.0 Rakefile
boxt_rubocop-0.0.47 Rakefile
boxt_rubocop-0.0.46 Rakefile
boxt_rubocop-0.0.45 Rakefile
boxt_rubocop-0.0.44 Rakefile
boxt_rubocop-0.0.43 Rakefile
boxt_rubocop-0.0.42 Rakefile
boxt_rubocop-0.0.41 Rakefile
boxt_rubocop-0.0.40 Rakefile
boxt_rubocop-0.0.39 Rakefile
boxt_rubocop-0.0.38 Rakefile
filta-2.1.0 Rakefile
boxt_rubocop-0.0.37 Rakefile
boxt_rubocop-0.0.36 Rakefile
boxt_rubocop-0.0.35 Rakefile
boxt_rubocop-0.0.34 Rakefile