- Add support for Cucumber 3 (by @darrinholst)
- Display exceptions that do not cause a specific step to fail (by @mthorn)
- Change ruby-progressbar dependency constraint to
~> 1.2
(by @lime)
- Fix
uninitialized constant Cucumber::RbSupport::RbLanguage::LanguageSupport
error whencucumber
gem is not in Gemfile (by @nashby) - Update ruby-progressbar depedency to
~> 1.2.0
(by @jaredmoody)
- Update cucumber depedency to
~> 1.3.0
(by @nashby)
- Make compatible with Cucumber 1.2.3's rename of step_mother to runtime (by @amarshall)
- Update ruby-progressbar to 1.0.0 (fixes ruby-progress bar bugs) (by @nashby)
- Don't duplicate final progress bar output (7a2aeea) (by @nashby)
- Add ability to disable color with cucumber's
--color
option. #22 (by @hron)
- Update ruby-progressbar to 0.11 (fixes bug with time mocking) (by @betelgeuse)