[rspec-users] Relish documentation for RSpec

2011-01-27 Thread James Almond
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

[rspec-users] Shared context styles

2011-05-12 Thread James Almond
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