Relish documentation for RSpec

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, so:

Is the Relish documentation the kind of thing pull requests are accepted
for?
If so, is that level of detail (i.e. the fact that matcher accepts a
block)
appropriate for the Relish docs?
Should I be working on rspec-dev? I’ve looked at the instructions on
there
but I’m unsure how that fits in with forks and pull requests etc.

Thanks!

James

On Jan 27, 2011, at 4:34 PM, James Almond wrote:

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, so:

Is the Relish documentation the kind of thing pull requests are accepted for?

Absolutely!

The relish docs are, btw, a mix of Cucumber features and Markdown files.
Source is in the features directories of each project.

If so, is that level of detail (i.e. the fact that matcher accepts a block)
appropriate for the Relish docs?

Yes. This is the documentation site, and we need to improve it to
where it serves as such.

Should I be working on rspec-dev? I’ve looked at the instructions on there but
I’m unsure how that fits in with forks and pull requests etc.

Not for these. As mentioned above ^^ source for docs for each project
lives in that project:

Thanks!

Thank you! It’s great to see someone offering to help. Hopefully
you’ll inspire some others to do so as well.

Feel free to ask any questions about formatting, what should go where,
etc, though probably that’s best asked in github issues so we can keep
those convos with the code (unless of course you don’t know which
project to use).

Cheers,
David