Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created February 23, 2009 03:57
Show Gist options
  • Save dchelimsky/68778 to your computer and use it in GitHub Desktop.
Save dchelimsky/68778 to your computer and use it in GitHub Desktop.
_rspec_opts = _ruby_opts.dup
_rspec_opts.delete(:aka)
_rspec_opts[:keywords].concat %w{
context describe example it share_as shared_examples_for
simple_matcher specify
}
FORMATTERS.for('rspec', _rspec_opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment