Prepare for rspec tests

This commit is contained in:
Sven Weidauer 2022-05-29 11:14:54 +02:00
parent 9fd78ac2e1
commit 29f580b431
3 changed files with 19 additions and 0 deletions

View file

@ -21,3 +21,6 @@ RuboCop::RakeTask.new(:lint_github) do |t|
t.formatters << 'CodeScanning::SarifFormatter'
t.options << '-o' << 'rubocop.sarif'
end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)