[Pkg-puppet-devel] [facter] 28/352: removing double quotes in a spec

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 59c65cf13934d2ef37058350b8b2422b53e63543
Author: Konstantin Orekhov <korekhov at ebay.com>
Date:   Wed May 8 19:53:49 2013 -0700

    removing double quotes in a spec
---
 spec/unit/processor_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/unit/processor_spec.rb b/spec/unit/processor_spec.rb
index f5d10ac..6d434ea 100755
--- a/spec/unit/processor_spec.rb
+++ b/spec/unit/processor_spec.rb
@@ -289,7 +289,7 @@ describe "Processor facts" do
 
           fixture_data = File.read(fixtures('processorcount','solaris-psrinfo'))
           Facter::Util::Resolution.expects(:exec).with("/usr/sbin/psrinfo").returns(fixture_data)
-          Facter.fact(:processorcount).value.should == "24"
+          Facter.fact(:processorcount).value.should == 24
         end
       end
     end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list