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