From: Hunter Haugen Date: Thu, 26 Jun 2014 20:55:57 +0000 (-0700) Subject: Gotta single quote yer typewriter buttons X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec607827ad659431341383b92cee20cfd0603203;p=puppet-stdlib.git Gotta single quote yer typewriter buttons --- diff --git a/spec/acceptance/chop_spec.rb b/spec/acceptance/chop_spec.rb index dbc28da..a16a710 100755 --- a/spec/acceptance/chop_spec.rb +++ b/spec/acceptance/chop_spec.rb @@ -19,7 +19,7 @@ describe 'chop function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operat end it 'should eat the last two characters of \r\n' do - pp = <<-EOS + pp = <<-'EOS' $input = "test\r\n" if size($input) != 6 { fail("Size of ${input} is not 6.")