Module: CiInACan::TestRunner
- Defined in:
- lib/ci_in_a_can/test_runner.rb
Class Method Summary collapse
Class Method Details
.run_tests_for(build) ⇒ Object
5 6 7 8 |
# File 'lib/ci_in_a_can/test_runner.rb', line 5 def self.run_tests_for build bash_result = run get_commands_for(build) build_test_result_from bash_result, build end |