Class: Test

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/test.rb

Instance Method Summary collapse

Instance Method Details

#introduced_in_shasObject



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