method
make_test_cmd
1.1.4 -
Show latest stable
- Class:
Autotest::Rspec
make_test_cmd(files_to_test)public
No documentation available.
# File lib/autotest/rspec.rb, line 38
def make_test_cmd(files_to_test)
return "#{ruby} -S #{spec_command} #{add_options_if_present} #{files_to_test.keys.flatten.join(' ')}"
end