I created a gem a few weeks ago that I think the RSpec community might be
interested in: https://github.com/tysontate/scenario (and that I'd love to
get feedback on). It supports RSpec 1 and 2.
It aims to solve a few of the problems we've had with a large spec suite
that's been built over several
On Sun, Jun 5, 2011 at 9:20 AM, David Chelimsky wrote:
>
> Hey Tyson,
>
> I hate to be the bearer of "you can already do that", but, you can already
> do that (as of rspec-core-2.6)
>
> http://relishapp.com/rspec/rspec-core/dir/example-groups/shared-context
> https://gist.github.com/1009111
>
> The