I am in the process of writing a simple DSL inside of rspec, which defines
some methods that wrap describe/example and augment the metadata, like
capybara's "feature/scenario" methods. From the excellent RSpec book, I
know how to use Configuration to extend RSpec in a forward-compatible way,
but it
On Nov 1, 2011, at 9:34 AM, Sam Goldman wrote:
> I am in the process of writing a simple DSL inside of rspec, which defines
> some methods that wrap describe/example and augment the metadata, like
> capybara's "feature/scenario" methods. From the excellent RSpec book, I know
> how to use Config