Adam Spiers 23657e0c78 rename #expect_definitions to #stub_shellout and document
This method was previously misnamed - we are not setting any
expectations, but instead stubbing Mixlib::ShellOut so that
its #stdout command returns given values which can then be
tested against.

Also rename the parameters for clarity, and add some explanatory
comments.
2014-03-14 16:48:14 +00:00
..