I was looking at the Relish documentation for RSpec today and noticed there
are a few missing bits. For example, the expectation raise_error can take a
block which the raised error gets passed to. This is not documented in the
Relish features. I'd love to contribute to the Relish documentation for
Hi,
I was taking a look at the shared contexts in the release of RSpec
(2.6.0) and thought a nested style might be a nice way of expressing
the same thing. Like how describes and contexts can be nested:
https://github.com/jamesalmond/rspec-core/commit/4ed96c76eaf69fcbe7f2549c8c6e514e99a5692d
I'm