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

Avoid error when rabbitmqctl is not present), update spec syntax (#614) #615

Merged
merged 1 commit into from
Sep 6, 2017

Conversation

wyardley
Copy link
Contributor

@wyardley wyardley commented Sep 6, 2017

This updates to 'expect' style rspec syntax, and switch to Facter::Util::Resolution (vs Execution), thanks @dhollinger

@bastelfreak bastelfreak added the bug Something isn't working label Sep 6, 2017
expect(Facter.fact(:rabbitmq_nodename).value).to eq('monty@rabbit1')
}
end
Copy link
Member

Choose a reason for hiding this comment

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

trailing whitespace

expect(Facter.fact(:rabbitmq_nodename).value).to eq('monty@rabbit-1')
end
end

Copy link
Member

Choose a reason for hiding this comment

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

whitespace

@wyardley wyardley force-pushed the make_facter_more_tolerant branch from 36942f9 to 98118c4 Compare September 6, 2017 22:05
@wyardley wyardley merged commit e428d11 into voxpupuli:master Sep 6, 2017
@wyardley wyardley deleted the make_facter_more_tolerant branch September 9, 2017 23:29
slm0n87 pushed a commit to slm0n87/puppet-rabbitmq that referenced this pull request Mar 7, 2019
Avoid error when rabbitmqctl is not present), update spec syntax (voxpupuli#614)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants