We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
describe '#@-' do it 'turns positive value into a negative' do expect(-value({ amount: 10 })).to have_attributes(amount: -10) end end
This crashes the method name parser where it should not.
Activity