summaryrefslogtreecommitdiff
path: root/test/acceptance/at_echo_false.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptance/at_echo_false.rb')
-rw-r--r--test/acceptance/at_echo_false.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/acceptance/at_echo_false.rb b/test/acceptance/at_echo_false.rb
index 0f0226c..3df28fd 100644
--- a/test/acceptance/at_echo_false.rb
+++ b/test/acceptance/at_echo_false.rb
@@ -19,5 +19,6 @@ HighLine::AcceptanceTest.check do |t|
puts "You've entered -> #{answer} <-"
end
- t.question = "Were the characters adequately hidden when you typed them (y/n)? "
+ t.question = "Were the characters adequately hidden " \
+ "when you typed them (y/n)? "
end