method

run_bug_report_templates

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Build
run_bug_report_templates() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File ci/travis.rb, line 132
  def run_bug_report_templates
    Dir.glob('bug_report_templates/*.rb').all? do |file|
      system(Gem.ruby, '-w', file)
    end
  end
Register or log in to add new notes.