Sha256: 72b5e2246f51a7a4b3c309e8caf74d953acfbc2bff80199d17fb5f49260c83de
Contents?: true
Size: 206 Bytes
Versions: 3
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true require 'rubocop/rake_task' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new(:rubocop) task default: :test task test: %i[spec rubocop]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slow_enumerator_tools-1.1.0 | Rakefile |
slow_enumerator_tools-1.0.0 | Rakefile |
slow_enumerator_tools-1.0.0a1 | Rakefile |