Skip to content

Commit

Permalink
Remove signal handling made for mri < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jul 17, 2023
1 parent a98256c commit e140501
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/pry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ class Hello
skip "jruby allows mutex usage in signal handlers"
end

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.0.0")
skip "pre-2.0 mri allows mutex usage in signal handlers"
end

trap("USR1") { @str_output = mock_pry }
end

Expand Down

0 comments on commit e140501

Please sign in to comment.