capistrano/features
Matt Brictson b83a39bd86
Fix cucumber `puts` deprecation warnings (#2075)
Cucumber has deprecated `puts` in favor of `log` for logging messages to
the current cucumber formatter. In our case we actually want it both
ways: we want to log messages using the cucumber formatter when cucumber
is running, but use `Kernel#puts` otherwise.

So, use `respond_to?` to see if cucumber's `log` is available, and if
not, fall back to `puts`.
2021-01-18 08:24:12 -08:00
..
step_definitions Security: randomize path of git wrapper script 2021-01-05 07:57:02 -08:00
support Fix cucumber `puts` deprecation warnings (#2075) 2021-01-18 08:24:12 -08:00
configuration.feature Fix cucumber spec for loading tasks from stage configs 2014-12-10 01:13:19 +03:00
deploy.feature Batch rm -rf calls in deploy:cleanup. (#2027) 2019-08-28 18:17:26 -07:00
deploy_failure.feature Add hook for deploy failure 2013-11-01 12:24:36 +00:00
doctor.feature Add doctor:variables, :environment, and :gems 2016-04-25 17:14:55 +02:00
installation.feature Allow `cap -T` to work when no Capfile is present 2017-03-19 20:12:19 -07:00
sshconnect.feature Improve Cucumber tests 2015-02-14 11:32:45 -08:00
stage_failure.feature Raise if a stage has an invalid name like "deploy" 2016-05-21 11:55:57 -07:00
subdirectory.feature Allow cap to be run within subdir and still work 2017-03-06 07:33:47 -08:00