]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Gotta single quote yer typewriter buttons
authorHunter Haugen <hunter@puppetlabs.com>
Thu, 26 Jun 2014 20:55:57 +0000 (13:55 -0700)
committerHunter Haugen <hunter@puppetlabs.com>
Thu, 26 Jun 2014 20:55:57 +0000 (13:55 -0700)
spec/acceptance/chop_spec.rb

index dbc28da7ec3456693ba74d5f331712347c98fe29..a16a71026311a08989ccdc4009929bd8c0db669a 100755 (executable)
@@ -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.")