Fix typo in spec example

This commit is contained in:
Tim Chambers 2015-11-18 14:49:20 -08:00
parent 1de9c2f483
commit 11dc624f46

View file

@ -11,7 +11,7 @@ RSpec.shared_examples_for 'a method matcher' do
expect(name).to eql(method_name)
end
it 'has epxected line number' do
it 'has expected line number' do
expect(node.location.expression.line).to eql(method_line)
end