Switch to single quotes - no interpolation
This commit is contained in:
parent
c17601fa07
commit
0b54e793c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RSpec.describe Mutant::Mutator::Registry do
|
|||
let(:node) { s(:unknown) }
|
||||
|
||||
it 'raises error' do
|
||||
expect { subject }.to raise_error(described_class::RegistryError, "No mutator to handle: :unknown")
|
||||
expect { subject }.to raise_error(described_class::RegistryError, 'No mutator to handle: :unknown')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue