summaryrefslogtreecommitdiff
path: root/spec/exception_handler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/exception_handler_spec.rb')
-rw-r--r--spec/exception_handler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/exception_handler_spec.rb b/spec/exception_handler_spec.rb
index b1608509..c9f082f6 100644
--- a/spec/exception_handler_spec.rb
+++ b/spec/exception_handler_spec.rb
@@ -47,7 +47,7 @@ RSpec.describe Pry::ExceptionHandler do
end
before do
- if RUBY_VERSION.start_with?('1.9', '2.0')
+ if RUBY_VERSION.start_with?('2.0')
skip("Ruby #{RUBY_VERSION} doesn't support nested exceptions")
end
end