summaryrefslogtreecommitdiff
path: root/spec/acceptance/chop_spec.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-26 13:55:57 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-26 13:55:57 -0700
commitec607827ad659431341383b92cee20cfd0603203 (patch)
treeec47f41e6a6ec9447681d9adcb5c63b192d6d553 /spec/acceptance/chop_spec.rb
parent42750fe490da03f8cd2787393d9474f57ce35b43 (diff)
Gotta single quote yer typewriter buttons
Diffstat (limited to 'spec/acceptance/chop_spec.rb')
-rwxr-xr-xspec/acceptance/chop_spec.rb2
1 files changed, 1 insertions, 1 deletions
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.")