5 Commits

Author SHA1 Message Date
Thibault Jouan
feef44b255 Refactor recipe execution in cucumber features
Mock home directory in `run_recipe' helper, avoid the need to use
@mocked_home_directory in many scenarios.
2015-04-06 08:47:46 +00:00
Thibault Jouan
3d2b798aac Fix cucumber recipe steps 2015-04-05 08:07:47 +00:00
Thibault Jouan
5284f27340 Update cucumber recipe steps 2015-04-05 08:06:32 +00:00
Thibault Jouan
088a948763 Add new cucumber remote steps 2015-04-05 02:34:33 +00:00
Thibault Jouan
9a8ab69c8c Extract cucumber env and steps to ease code reuse
producer extensions like producer-rails must not reimplement all the
testing infrastructure, this extraction allows to setup everything with
just one require call in cucumber env:

    require 'producer/core/testing/cucumber'
2015-04-05 02:14:00 +00:00