mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Appease rubocop
This commit is contained in:
parent
f228619b8e
commit
0158ed3fcb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Generate XML test reports that can be parsed by CircleCI
|
# Generate XML test reports that can be parsed by CircleCI
|
||||||
if ENV["CIRCLECI"]
|
if ENV['CIRCLECI']
|
||||||
require 'minitest/ci'
|
require 'minitest/ci'
|
||||||
|
|
||||||
Minitest::Ci.report_dir = "#{ENV["CIRCLE_TEST_REPORTS"]}/reports"
|
Minitest::Ci.report_dir = File.join(ENV.fetch('CIRCLE_TEST_REPORTS'), 'reports')
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue