Displaying 2 results from an estimated 2 matches for "beforeall".
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
...lock, but this
makes the feature runs agonisingly slow due to the time waiting for
everything to restart. I''m now starting a Merb app which will rely on
the database created by the server daemon, so it''s going to get even
slower.
Are there any plans to add BeforeStory or BeforeAll blocks to
Cucumber? With this I could start everything once and add reset code
to each daemon.
Ashley
[1] http://blog.phusion.nl/2008/08/25/daemon_controller-a-library-for-robust-daemon-management/
--
http://www.patchspace.co.uk/
http://aviewfromafar.net/
2009 Jul 09
3
before(:all) and nested contexts
On Thu, Jul 9, 2009 at 5:40 AM, Daniel Tenner<daniel.rspec at tenner.org> wrote:
> Hi all,
> Like everyone (?), I use nested contexts to keep my specs well organised and
> tidy.
> However, I have a problem. I have various sets of specs that needs to
> perform very time-expensive operations to set up the fixtures that will be
> examined in the tests. Two specific examples: