1
0
Fork 0
forked from gitea/nas

Merge remote-tracking branch 'parent/main' into kb-upstream-20231018

This commit is contained in:
KMY 2023-10-18 11:13:56 +09:00
commit 527ded889d
32 changed files with 556 additions and 586 deletions

View file

@ -42,6 +42,12 @@ RSpec.configure do |config|
# for RSpec::Retry
config.verbose_retry = true
config.display_try_failure_messages = true
# Use the GitHub Annotations formatter for CI
if ENV['GITHUB_ACTIONS'] == 'true'
require 'rspec/github'
config.add_formatter RSpec::Github::Formatter
end
end
def body_as_json