[Puppet Users] Re: beaker

2015-02-20 Thread Alice Nodelman
There's an issue filed for our vagrant centos6 boxes not working with beaker: https://github.com/puppetlabs/beaker/issues/702 It looks like the same state that you are hitting. Could you attempt on centos5 or another platform? alice. -- You received this message because you are subscribed

[Puppet Users] Re: beaker

2015-02-20 Thread Alice Nodelman
Beaker people hang out in #puppet-dev on freenode irc - there are more docker experts there (an area that I can't be very helpful in). We have also recently created a 'puppet beaker' group: https://groups.google.com/forum/#!forum/puppet-beaker alice. -- You received this message because

[Puppet Users] changes to beaker RSpec spec test best practices.

2014-12-03 Thread Alice Nodelman
With the coming EOL of ruby 1.8 support we are upgrading our RSpec support to latest. This means that we will also be adopting latest RSpec method names. The main changes will be in the removal of 'should' and 'stub' statements, which will now be 'expect' and 'allow'. For a rundown see:

[Puppet Users] Beaker 2.0 to deprecate support for Ruby 1.8

2014-11-19 Thread Alice Nodelman
The merge of beaker PR 536 (https://github.com/puppetlabs/beaker/pull/536) will end beaker's support of Ruby 1.8. The change will be effective with the planned release of beaker 2.0 in the next two weeks. For most beaker users this will have no effect on their daily workflow. For those who