spec/support/common_actions/debates.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Debates
  def create_featured_debates
    [create(:debate, :with_confidence_score, cached_votes_up: 100),
     create(:debate, :with_confidence_score, cached_votes_up: 90),
     create(:debate, :with_confidence_score, cached_votes_up: 80)]
  end
end