mutant icon indicating copy to clipboard operation
mutant copied to clipboard

Fix crash on unexpected method-signature in rspec describe

Open mbj opened this issue 4 years ago • 0 comments

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.

mbj avatar Jun 11 '21 11:06 mbj