summaryrefslogtreecommitdiff
path: root/spec/functional/event_loggers
Commit message (Collapse)AuthorAgeFilesLines
* Make windows event log tests fasterJay Mundrawala2016-02-021-4/+9
| | | | | Using SecureRandom is slow if it is not initialized. Random is good enough for this test.
* Use double quotes by defaultThom May2016-01-141-17/+17
| | | | | | | 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.
* Fix nil pointer for windows event loggerJay Mundrawala2015-04-201-0/+14
| | | | | It is possible for the run to fail and no run_status to even have been set. This resolves issue #2996
* Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-301-5/+5
|\ | | | | | | | | | | Conflicts: spec/functional/dsl/reboot_pending_spec.rb spec/functional/event_loggers/windows_eventlog_spec.rb
| * Make sure the event log related capability is turned off on Windows 2003 ↵Serdar Sutay2014-10-281-5/+5
| | | | | | | | boxes since it's not supported.
* | Update to RSpec 3.Claire McQuin2014-10-291-5/+5
|/
* Use windows evt log by default on windowsJay Mundrawala2014-10-221-0/+82