Sha256: fa4e8ae9b0ea054fa8d8f0d39b930676c8f409ffafffbed83f064ec197dd4da6

Contents?: true

Size: 229 Bytes

Versions: 23

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

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

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/test_*.rb"]
end

task default: %i[test]

Version data entries

23 entries across 23 versions & 9 rubygems

Version Path
harri-0.1.6 Rakefile
harri-0.1.5 Rakefile
polymorphic_enum_type-0.1.0 Rakefile
harri-0.1.4 Rakefile
email_forward_parser-0.2.0 Rakefile
harri-0.1.3 Rakefile
api-clients-0.0.2 Rakefile
harri-0.1.2 Rakefile
pid_cache-0.1.0 Rakefile
minitest-json-reporter-0.1.6 Rakefile
harri-0.1.1 Rakefile
railstack-0.1.0 Rakefile
harri-0.1.0 Rakefile
present-cipher-1.0.0 Rakefile
present-cipher-0.2.0 Rakefile
present-cipher-0.1.0 Rakefile
minitest-json-reporter-0.1.5 Rakefile
minitest-json-reporter-0.1.4 Rakefile
minitest-json-reporter-0.1.3 Rakefile
minitest-json-reporter-0.1.2 Rakefile