[rspec-users] RSpec Requestable Examples
Lenny Marks
lenny at aps.org
Sun Jan 29 15:04:17 EST 2012
On Jan 27, 2012, at 9:56 PM, Zach Dennis wrote:
> I would be interested to hear any thoughts from the community about
> the ability to request specific examples from a shared example group
> as expressed in the rspec-requestable-examples gem.
>
> Here's the post that introduces them:
> http://mutuallyhuman.com/blog/2012/01/27/rspec-requestable-examples
>
> Git repository: https://github.com/mhs/rspec-requestable-examples
I've successfully used macros to get similar results, like in the gist below:
# macros approach to requestable examples
https://gist.github.com/1700352
Curious if you see any big advantages over the macros approach.
-lenny
>
> --
> Zach Dennis
> http://www.continuousthinking.com
> http://www.mutuallyhuman.com
> @zachdennis (twitter)
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list