Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Jenkins acceptance failures #117

Merged
merged 2 commits into from Jun 1, 2015

Conversation

Iristyle
Copy link
Contributor

@Iristyle Iristyle commented Jun 1, 2015

No description provided.

 - On OSX, HFS+ is by default case-insensitive, so require 'ERB'
   will work, even though it should be require 'erb'.

   When run on Jenkins / linux this will fail w/out proper casing.
 - As part of RSpec3, tests that are marked 'pending' are run and
   are expected to fail.  However, the current test marked pending
   does not actually fail, so instead use 'skip' which preserves
   the original behavior.
cyberious added a commit that referenced this pull request Jun 1, 2015
@cyberious cyberious merged commit 4c6b994 into puppetlabs:master Jun 1, 2015
@cyberious cyberious deleted the fix/master/acceptance-failure branch June 1, 2015 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants