mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-30 22:57:56 +00:00
Add Rake tasks for cleaning and testing
This commit is contained in:
parent
ad2834cafe
commit
44a71f5fe3
3
Rakefile
3
Rakefile
@ -1,8 +1,11 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'rake/clean'
|
||||||
require 'bundler/gem_tasks'
|
require 'bundler/gem_tasks'
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
|
require 'rspec/core/rake_task'
|
||||||
|
|
||||||
RuboCop::RakeTask.new
|
RuboCop::RakeTask.new
|
||||||
|
RSpec::Core::RakeTask.new
|
||||||
|
|
||||||
task default: :rubocop
|
task default: :rubocop
|
||||||
|
Loading…
Reference in New Issue
Block a user