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 9867b55..508b0f6 100644
--- a/test/acceptance/acceptance.rb
+++ b/test/acceptance/acceptance.rb
@@ -38,12 +38,12 @@ HighLine::VERSION: #{HighLine::VERSION}
Terminal: #{HighLine.default_instance.terminal.class}
RUBY_DESCRIPTION: #{begin
RUBY_DESCRIPTION
- rescue
+ rescue NameError
'not available'
end}
Readline::VERSION: #{begin
Readline::VERSION
- rescue
+ rescue NameError
'not availabe'
end}
ENV['SHELL']: #{ENV['SHELL']}