summaryrefslogtreecommitdiff
path: root/test/acceptance/acceptance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptance/acceptance.rb')
-rw-r--r--test/acceptance/acceptance.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/acceptance.rb b/test/acceptance/acceptance.rb
index f9eecf6..9867b55 100644
--- a/test/acceptance/acceptance.rb
+++ b/test/acceptance/acceptance.rb
@@ -12,7 +12,7 @@ acceptance_test_files.each { |file| load file }
# Print a report
-report = <<EOF
+report = <<REPORT
===
Well done!
@@ -52,7 +52,7 @@ ENV['TERM_PROGRAM']: #{ENV['TERM_PROGRAM']}
Answers:
#{HighLine::AcceptanceTest.answers_for_report}
-EOF
+REPORT
puts report