HomePhorge

maint: Fix tests that don't run on their own
5db696b605ebUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

maint: Fix tests that don't run on their own

From the spec directory I found all the specs that fail when run on their own.

for TEST in find . -name "*.rb" -type f; do

spec $TEST > /dev/null 2>&1
if [[ $? != 0 ]]; then
  echo $TEST
fi

done

All of them were cases of missing requires.

Paired-with: Nick Lewis <nick@puppetlabs.com>

Details

Provenance
Matt Robinson <matt@puppetlabs.com>Authored on
Nick Lewis <nick@puppetlabs.com>Committed on Dec 16 2010, 8:52 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU167e84d39d5c: Merge branch 'ticket/2.6.next/4487' into 2.6.next
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU5db696b605eb: maint: Fix tests that don't run on their own (authored by Matt Robinson <matt@puppetlabs.com>).Dec 16 2010, 8:52 PM