1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/support
Matt Brictson 9fbb73b5f5
Fix Bundler deprecation warning in rake features (#2063)
This fixes the following warning when running `rake features` using the
latest version of Bundler (2.1.4):

```
[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`.
If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env`
(called at spec/support/test_app.rb:194)
```
2020-06-13 20:44:32 -07:00
..
tasks Default to Ruby 1.9 syntax. 2016-03-10 11:39:31 -06:00
.gitignore Integration tests with Vagrant and Cucumber 2013-09-27 11:45:55 +01:00
matchers.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
test_app.rb Fix Bundler deprecation warning in rake features (#2063) 2020-06-13 20:44:32 -07:00
Vagrantfile Default to Ruby 1.9 syntax. 2016-03-10 11:39:31 -06:00