ecomba / vim-ruby-refactoring

Refactoring tool for Ruby in vim!
520 stars 52 forks source link

ExtractIntoRspecLet Bug #15

Open nrocy opened 13 years ago

nrocy commented 13 years ago

Hi mate,

Stu and I found this bug!

Error detected while processing function : pattern not found

To reproduce:

Run rel, rel

Cheers,

bishboria commented 13 years ago

I've added a feature that exposed the bug, and fixed it.

This issue can be closed now :)

ecomba commented 13 years ago

I tested this last night (while trying to extract to a let in rspec and it failed) so I am reopening it again.

Error:

Error detected while processing function ExtractIntoRspecLet:
line 9: E486: Pattern not found: \v([a-z][a-zA-Z0-9]*) \= (.+)