Sha256: 96f33ab0e9def01a10e2b2a109bb6d85b362c58cb075fa19f34a360aefd56169
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true require 'bundler/gem_tasks' require 'rake/testtask' Rake::TestTask.new(:test) do |t| t.warning = false t.libs += %w[lib test] t.test_files = FileList.new('test/**/*_test.rb') end require 'rubocop/rake_task' RuboCop::RakeTask.new task default: %i[test rubocop]
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
bcdd-process-0.4.0 | Rakefile |
bcdd-process-0.3.1 | Rakefile |
bcdd-process-0.3.0 | Rakefile |
bcdd-process-0.2.0 | Rakefile |
bcdd-contract-0.1.0 | Rakefile |