From 4c8478a0ac7dc25377c623a8e4b160a0738fdfb2 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 26 May 2017 16:57:48 +0800 Subject: [PATCH] Fix typo Change-Id: I1bcb03da5dc5b0f2f62c8c1142acfba75ebc4383 --- lib/puppet-openstack_spec_helper/facts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet-openstack_spec_helper/facts.rb b/lib/puppet-openstack_spec_helper/facts.rb index 3af1a64..32f9415 100644 --- a/lib/puppet-openstack_spec_helper/facts.rb +++ b/lib/puppet-openstack_spec_helper/facts.rb @@ -9,7 +9,7 @@ RSpec.configure do |c| @default_facts = OSDefaults.get_facts end - # add custom facts globally for anyone using rspec-pupet-facts + # add custom facts globally for anyone using rspec-puppet-facts add_custom_fact :os_service_default, '' add_custom_fact :os_workers, '2' end