Module: CI::Reporter
- Defined in:
- lib/ci/reporter/report_manager.rb,
lib/ci/reporter/version.rb,
lib/ci/reporter/rake/utils.rb,
lib/ci/reporter/test_suite.rb,
lib/ci/reporter/monotonic_time.rb,
lib/ci/reporter/output_capture.rb
Overview
:nodoc:
Defined Under Namespace
Modules: MonotonicTime, StructureXmlHelpers Classes: OutputCapture, ReportManager, TestCase, TestSuite
Constant Summary collapse
- VERSION =
"2.1.0"
Class Method Summary collapse
Class Method Details
.maybe_quote_filename(fn) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/ci/reporter/rake/utils.rb', line 3 def self.maybe_quote_filename(fn) if fn =~ /\s/ fn = %{"#{fn}"} end fn end |