Skip to content

Fix exclude windows test on ensure_package #363

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

Merged
merged 1 commit into from
Nov 12, 2014

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Nov 12, 2014

Update to fix ensure_resource as well

Closes #359
Closes #360
Closes #361
Closes #362

@@ -1,7 +1,7 @@
#! /usr/bin/env ruby -S rspec
require 'spec_helper_acceptance'

describe 'ensure_resource function', :unless => (UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) && fact('osfamily') != 'windows') do
describe 'ensure_resource function', :unless => fact('osfamily') =~ /windows/ do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be case-insensitive like above?

Update to fix ensure_resource as well
underscorgan pushed a commit that referenced this pull request Nov 12, 2014
Fix exclude windows test on ensure_package
@underscorgan underscorgan merged commit ded4d51 into puppetlabs:4.4.x Nov 12, 2014
@hunner hunner deleted the fix_windows branch November 12, 2014 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants