1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/features
Chad Shaffer d6f4499ee8 Address all rubocop lint warnings
* (File, Dir).exists? -> (File, Dir).exist?
* Prepend unused parameter names with an underscore
* Prefer “safe assignment in condition”
* Disambiguate splat operators with parens
* Remove unnecessary assignments (unused variables)
* No longer shadow Vagrant config variable name in Vagrantfile
* Removed some trailing whitespace

Fixes #1404
2015-08-14 14:21:34 -07:00
..
step_definitions Address all rubocop lint warnings 2015-08-14 14:21:34 -07:00
support Address all rubocop lint warnings 2015-08-14 14:21:34 -07:00
configuration.feature Fix cucumber spec for loading tasks from stage configs 2014-12-10 01:13:19 +03:00
deploy.feature Update 'symlink linked files' cucumber scenario 2014-11-17 13:47:24 +01:00
deploy_failure.feature Add hook for deploy failure 2013-11-01 12:24:36 +00:00
installation.feature Integration tests with Vagrant and Cucumber 2013-09-27 11:45:55 +01:00
remote_file_task.feature Integration tests with Vagrant and Cucumber 2013-09-27 11:45:55 +01:00
sshconnect.feature Improve Cucumber tests 2015-02-14 11:32:45 -08:00