Prepare for rspec tests
This commit is contained in:
parent
9fd78ac2e1
commit
29f580b431
3 changed files with 19 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue