Created
February 23, 2009 03:57
-
-
Save dchelimsky/68778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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