mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Catch up on Ruby style and formatting changes.
This commit is contained in:
@@ -99,7 +99,7 @@ class UnityToJUnit
|
||||
test_file = if test_file_str.length < 2
|
||||
result_file
|
||||
else
|
||||
test_file_str[0] + ':' + test_file_str[1]
|
||||
"#{test_file_str[0]}:#{test_file_str[1]}"
|
||||
end
|
||||
result_output[:source][:path] = File.dirname(test_file)
|
||||
result_output[:source][:file] = File.basename(test_file)
|
||||
|
||||
Reference in New Issue
Block a user