Merge pull request #493 from tjchambers/fix-spec-typo

Fix typo in spec example
This commit is contained in:
Markus Schirp 2015-11-19 02:34:49 +00:00
commit bbc7991feb

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