Merge pull request #493 from tjchambers/fix-spec-typo
Fix typo in spec example
This commit is contained in:
commit
bbc7991feb
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)
|
||||
end
|
||||
|
||||
it 'has epxected line number' do
|
||||
it 'has expected line number' do
|
||||
expect(node.location.expression.line).to eql(method_line)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue