mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +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
|
||||
if ENV["CIRCLECI"]
|
||||
if ENV['CIRCLECI']
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue