summaryrefslogtreecommitdiff
path: root/spec/functional/shell_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Ruby 2.7 IRB and remaining fixesLamont Granquist2020-01-231-2/+2
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-291-3/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* try using pty on aix with ruby 2.4Lamont Granquist2017-04-011-38/+20
* remove the specs, remove include from shell_specLamont Granquist2017-03-311-3/+1
* Add Shell SoloSession testsSalim Afiune2017-03-171-0/+18
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add spec helperLamont Granquist2016-01-291-1/+2
* Use double quotes by defaultThom May2016-01-141-6/+6
* bump timeout up to 300 secondslcg/chef-shell-timeoutLamont Granquist2015-05-181-1/+1
* fixes the timing on the chef-shell specslcg/fix-shell-spec-timingLamont Granquist2015-05-121-10/+25
* Update to RSpec 3.Claire McQuin2014-10-291-3/+3
* [CHEF-5314] Add unit and fucntional specsRyan Cragun2014-05-201-0/+10
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* change shell spec to use popen4 only for aix, others use pty.kaustubh-d2013-08-191-15/+53
* aix - rewrite chef-shell functional test using popen4 as ruby pty does not wo...kaustubh-d2013-08-191-33/+15
* Fix spec file loading annoyancesdanielsdeleo2013-06-261-1/+2
* ensure chef-shell func. test reads to the enddanielsdeleo2013-01-221-0/+1
* remove extra 'expect "exit"'danielsdeleo2013-01-221-2/+1
* bump chef-shell func. test read timeout to 30sdanielsdeleo2013-01-221-2/+2
* chef-shell functional tests: wait when no IO availabledanielsdeleo2013-01-211-0/+1
* fix typo in test chef-shell config file pathdanielsdeleo2013-01-211-1/+1
* break out of read loop after timeoutdanielsdeleo2012-11-211-5/+6
* break out of read loop after timeoutdanielsdeleo2012-11-211-2/+3
* fix race condition in reading outputdanielsdeleo2012-11-211-3/+4
* remove debug output from chef-shell testdanielsdeleo2012-11-211-2/+0
* disable ohai plugins for shell func testsdanielsdeleo2012-11-211-1/+2
* Fix chef-shell functional tests for linuxdanielsdeleo2012-11-211-6/+47
* hide `require 'pty'` from windowsdanielsdeleo2012-11-211-1/+3
* use full path to chef-shell in functional testdanielsdeleo2012-11-211-1/+3
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-0/+53