Fix typo in spec example
This commit is contained in:
parent
1de9c2f483
commit
11dc624f46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RSpec.shared_examples_for 'a method matcher' do
|
||||||
expect(name).to eql(method_name)
|
expect(name).to eql(method_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'has epxected line number' do
|
it 'has expected line number' do
|
||||||
expect(node.location.expression.line).to eql(method_line)
|
expect(node.location.expression.line).to eql(method_line)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue