HomePhorge

Use rspec 2.11 compatible block syntax
c23600131cd4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Use rspec 2.11 compatible block syntax

In rspec 2.11, expectations on a block must take the form of expect...to or
lambda...should. Other combinations of those are no longer accepted. This
commit converts all mixed cases to use expect...to, as it seems to be the
preferred syntax now.

Details

Provenance
Patrick Carlisle <patrick@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU1691bd3c2a04: Merge branch 'non-string-resource-titles' of https://github.
Branches
Unknown
Tags
Unknown

Event Timeline

Patrick Carlisle <patrick@puppetlabs.com> committed rPUc23600131cd4: Use rspec 2.11 compatible block syntax (authored by Patrick Carlisle <patrick@puppetlabs.com>).Jul 24 2012, 10:48 PM