Re: [shoes] [ANN] shoes-mocks 0.0.2 release
- From:
- Tobias Pfeiffer
- Date:
- 2011-09-26 @ 09:49
On 09/26/2011 07:33 AM, Steve Klabnik wrote:
> shoes-mocks 0.0.2 has been released!
>
> *<http://github.com/shoes/shoes-mocks>
>
> shoes-mocks is a library to help you unit test Shoes apps. shoes-mocks
> mocks out shoes, allowing you to test your shoes app itself in
> isolation.
>
> Given the sub-1.0 version number, this library is obviously experimental.
>
> Tobias Pfeiffer contributed all of the code that's gone into this
> release. He's awesome. :)
>
> Changes:
>
> ### 0.0.2 / 2011-09-25
>
> * Major enhancements:
>
> Now has support for mocking alerts, paras, links, and buttons.
Thanks for the announcement Steve!
Not much to add to that, next I'll most likely tackle Flows/Stacks.
And for now all the features reside in shoes (on develop, under
features) and I kind of got the feeling that they don't belong there.
Well they depend on lib/shoes.rb but I think that a copy of that might
be moved to shoes-mocks (or something like that). What do you guys think?
Because for now, gem installing shoes-mocks and shoes-cucumber is
missing that functionality if I'm not mistaken.
Cheers and feedback is always welcome!
Tobi