RubyFlow The Ruby and Rails community linklog

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.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in