summaryrefslogtreecommitdiff
path: root/spec/functional/application_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-2/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-4/+4
|
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-1/+1
|
* Update to RSpec 3.Claire McQuin2014-10-291-1/+1
|
* Misc spec fixes for windows.sersut2014-06-241-3/+3
|
* Fix windows specs.sersut2014-06-241-2/+2
|
* restore ENV after testsClaire McQuin2014-06-031-0/+4
|
* add error handling, set *_proxy instead of *_PROXYClaire McQuin2014-06-031-2/+2
|
* rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-031-1/+1
|
* test proxy env vars available for shell_outClaire McQuin2014-06-031-0/+54