79562408

Date: 2025-04-08 15:03:53
Score: 0.5
Natty:
Report link

Also, Rubocop doesn't swear when set aggregate_failures and run multiple expectations in one test:

context 'with error', :aggregate_failures do
  it 'updates the error list' do
    expect(Inquiry.count).to eq(7)
    expect(Inquiry.first.error).to eq(error)
  end
end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oleksandr Bratashov