Skip to content

Commit

Permalink
- test_current.rb: 2.8 -> 3.0 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 1, 2020
1 parent 7c5558d commit 73b1945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_current.rb
Expand Up @@ -22,8 +22,8 @@ def test_current
assert_equal Parser::Ruby26, Parser::CurrentRuby
when /^2\.7\.\d+/
assert_equal Parser::Ruby27, Parser::CurrentRuby
when /^2\.8\.\d+/
assert_equal Parser::Ruby28, Parser::CurrentRuby
when /^3\.0\.\d+/
assert_equal Parser::Ruby30, Parser::CurrentRuby
else
flunk "Update test_current for #{RUBY_VERSION}"
end
Expand Down

0 comments on commit 73b1945

Please sign in to comment.