Module: RubyMemcheck::TestTaskReporter
- Included in:
- RSpec::RakeTask, TestTask
- Defined in:
- lib/ruby_memcheck/test_task_reporter.rb
Constant Summary collapse
- VALGRIND_REPORT_MSG =
"Valgrind reported errors (e.g. memory leak or use-after-free)"
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
7 8 9 |
# File 'lib/ruby_memcheck/test_task_reporter.rb', line 7 def errors @errors end |