Class: Test
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Test
- Defined in:
- app/models/test.rb
Instance Method Summary collapse
Instance Method Details
#introduced_in_shas ⇒ Object
8 9 10 |
# File 'app/models/test.rb', line 8 def introduced_in_shas test_results.where(new_test: true).joins(:test_run).pluck("test_runs.sha") end |