Convert to the new Rspec syntax with Vim macros
Rspec 2.11 introduces a new syntax: `expect(foo).to eq('bar')` instead of `foo.should eq('bar')`.
If you're using Vim, you can record and play back macros to make converting your tests less of a chore. Here's how.
If you're using Vim, you can record and play back macros to make converting your tests less of a chore. Here's how.

Comments